Skip to content

Commit c506a52

Browse files
committed
eval was correct, revert
1 parent 00b46d9 commit c506a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
owner: ${{ github.repository_owner }}
8686
repositories: "backup-utils,backup-utils-private"
8787
- name: Checkout backup-utils
88-
if: ${{ github.event.inputs.backup-utils-release-commit }} == ''
88+
if: github.event.inputs.backup-utils-release-commit == ''
8989
uses: actions/checkout@v4
9090
with:
9191
token: ${{ steps.app-token.outputs.token }}
9292
repository: github/backup-utils
9393
ref: master
9494
- name: Create empty commit
9595
# if github.event.inputs.backup-utils-release-commit is empty string, then create an empty commit
96-
if: ${{ github.event.inputs.backup-utils-release-commit }} == ''
96+
if: github.event.inputs.backup-utils-release-commit == ''
9797
uses: stefanzweifel/git-auto-commit-action@v4
9898
id: empty-commit
9999
with:

0 commit comments

Comments
 (0)