This commit is contained in:
Tim Reimherr 2023-10-16 21:52:06 +00:00
Родитель 77d98638d8
Коммит 5a2c6f1248
1 изменённых файлов: 3 добавлений и 7 удалений

10
.github/workflows/build-and-release.yml поставляемый
Просмотреть файл

@ -85,7 +85,7 @@ jobs:
owner: ${{ github.repository_owner }}
repositories: "backup-utils,backup-utils-private"
- name: Checkout backup-utils
if: github.event.inputs.backup-utils-release-commit == ''
if: ${{ github.event.inputs.backup-utils-release-commit }} == ''
uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
@ -93,7 +93,7 @@ jobs:
ref: master
- name: Create empty commit
# if github.event.inputs.backup-utils-release-commit is empty string, then create an empty commit
if: github.event.inputs.backup-utils-release-commit == ''
if: ${{ github.event.inputs.backup-utils-release-commit }} == ''
uses: stefanzweifel/git-auto-commit-action@v4
id: empty-commit
with:
@ -143,8 +143,4 @@ jobs:
bodyFile: release-notes/${{ github.event.inputs.version }}.md
draft: ${{ github.event.inputs.draft }}
allowUpdates: true
artifactContentType: "raw"
artifactContentType: "raw"