Skip to content

Commit

Permalink
Merge pull request #376 from perftool-incubator/fix-force-push
Browse files Browse the repository at this point in the history
Fix empty force push
  • Loading branch information
rafaelfolco authored Aug 7, 2024
2 parents bc27157 + a41f244 commit 47c0c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crucible-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if [ ${{ inputs.force_push == true }} ]; then
echo "force='-f'" >> $GITHUB_OUTPUT
else
echo "force=" >> $GITHUB_OUTPUT
echo "force=''" >> $GITHUB_OUTPUT
display-params:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 47c0c50

Please sign in to comment.