Skip to content

Commit 1d7e010

Browse files
Update .github/actions/setup/action.yml
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 1730fe5 commit 1d7e010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
shell: bash
4848
run: |
4949
previousCommit=${{ github.event.before }}
50-
baseref=${{ inputs.workflow_name == 'release' && 'main' || github.base_ref }}
50+
baseRef=${{ inputs.workflow_name == 'process-release' && 'main' || github.base_ref }}
5151
origin=$( [[ -z $baseRef ]] && echo $previousCommit || echo "origin/$baseRef" )
5252
5353
yarn workspace scripts setRunVariables "$origin"

0 commit comments

Comments
 (0)