Skip to content

Commit c597504

Browse files
committed
fix checkout
1 parent c390011 commit c597504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
token: ${{ steps.app-token.outputs.token }}
9393
repository: github/backup-utils
94-
ref: ${{ github.event.inputs.branch_ref_or_commit }}}
94+
# ref: ${{ github.event.inputs.branch_ref_or_commit }}}
9595
- name: Create empty commit
9696
# if: github.event.inputs.branch_ref_or_commit == ''
9797
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)