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 c390011 commit c597504Copy full SHA for c597504
.github/workflows/build-and-release.yml
@@ -91,7 +91,7 @@ jobs:
91
with:
92
token: ${{ steps.app-token.outputs.token }}
93
repository: github/backup-utils
94
- ref: ${{ github.event.inputs.branch_ref_or_commit }}}
+ # ref: ${{ github.event.inputs.branch_ref_or_commit }}}
95
- name: Create empty commit
96
# if: github.event.inputs.branch_ref_or_commit == ''
97
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments