From 05379adb5774f3c563bf47ef1034aa05421e6225 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Tue, 24 Nov 2020 10:28:06 +1100 Subject: [PATCH] default branch is only exposed to worflow templates --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 7d983f1..f503bc3 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,6 @@ runs: - run: $GITHUB_ACTION_PATH/action.bash shell: bash env: - GH_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }} GH_MASTER_BRANCH: ${{ github.event.repository.master_branch }} GH_EVENT_NAME: ${{ github.event_name }} NPM_AUTH_TOKEN: ${{ inputs.npmAuthToken }}