File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
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 :
@@ -143,8 +143,4 @@ jobs:
143
143
bodyFile : release-notes/${{ github.event.inputs.version }}.md
144
144
draft : ${{ github.event.inputs.draft }}
145
145
allowUpdates : true
146
- artifactContentType : " raw"
147
-
148
-
149
-
150
-
146
+ artifactContentType : " raw"
You can’t perform that action at this time.
0 commit comments