Skip to content

Commit 5a2c6f1

Browse files
committed
remove blank lines
1 parent 77d9863 commit 5a2c6f1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 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:
@@ -143,8 +143,4 @@ jobs:
143143
bodyFile: release-notes/${{ github.event.inputs.version }}.md
144144
draft: ${{ github.event.inputs.draft }}
145145
allowUpdates: true
146-
artifactContentType: "raw"
147-
148-
149-
150-
146+
artifactContentType: "raw"

0 commit comments

Comments
 (0)