Skip to content

Commit

Permalink
Fix inputs for nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Sep 20, 2023
1 parent 50caa67 commit 32de4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set destination output
id: destination
run: |
INPUT_DESTINATION=${{ github.event.inputs.destination }}
INPUT_DESTINATION=${{ github.event.inputs.destination || inputs.destination }}
echo "destination=${INPUT_DESTINATION}" >> $GITHUB_OUTPUT
- name: Assert develop branch
Expand Down

0 comments on commit 32de4fa

Please sign in to comment.