mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-05-08 14:22:38 +00:00
chore(deps): update actions/github-script action to v9
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Fail if tag exists
|
- name: Fail if tag exists
|
||||||
if: ${{ steps.version.outputs.VERSION == steps.exists.outputs.EXISTS }}
|
if: ${{ steps.version.outputs.VERSION == steps.exists.outputs.EXISTS }}
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
core.setFailed('Release tag already exists')
|
core.setFailed('Release tag already exists')
|
||||||
|
|||||||
Reference in New Issue
Block a user