File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,15 +85,15 @@ jobs:
85
85
owner : ${{ github.repository_owner }}
86
86
repositories : " backup-utils,backup-utils-private"
87
87
- name : Checkout backup-utils
88
- if : ${{ github.event.inputs.backup-utils-release-commit }} == ''
88
+ if : github.event.inputs.backup-utils-release-commit == ''
89
89
uses : actions/checkout@v4
90
90
with :
91
91
token : ${{ steps.app-token.outputs.token }}
92
92
repository : github/backup-utils
93
93
ref : master
94
94
- name : Create empty commit
95
95
# 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 == ''
97
97
uses : stefanzweifel/git-auto-commit-action@v4
98
98
id : empty-commit
99
99
with :
You can’t perform that action at this time.
0 commit comments