We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1730fe5 commit 1d7e010Copy full SHA for 1d7e010
.github/actions/setup/action.yml
@@ -47,7 +47,7 @@ runs:
47
shell: bash
48
run: |
49
previousCommit=${{ github.event.before }}
50
- baseref=${{ inputs.workflow_name == 'release' && 'main' || github.base_ref }}
+ baseRef=${{ inputs.workflow_name == 'process-release' && 'main' || github.base_ref }}
51
origin=$( [[ -z $baseRef ]] && echo $previousCommit || echo "origin/$baseRef" )
52
53
yarn workspace scripts setRunVariables "$origin"
0 commit comments