mirror of
https://github.com/bitnami/charts.git
synced 2026-02-27 15:37:06 +08:00
Bump actions/github-script version to v6 (#13027)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
7f248725ff
commit
33d151f96f
2
.github/workflows/cd-pipeline.yml
vendored
2
.github/workflows/cd-pipeline.yml
vendored
@@ -128,7 +128,7 @@ jobs:
|
||||
- id: show-error
|
||||
name: 'Show error'
|
||||
if: ${{ steps.get-chart.outputs.result == 'fail' }}
|
||||
uses: actions/github-script@v3
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
core.setFailed('${{ steps.get-chart.outputs.error }}')
|
||||
|
||||
2
.github/workflows/ci-pipeline.yml
vendored
2
.github/workflows/ci-pipeline.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
- id: show-error
|
||||
name: Show error
|
||||
if: ${{ steps.get-chart.outputs.result == 'fail' }}
|
||||
uses: actions/github-script@v3
|
||||
uses: actions/github-script@v6
|
||||
with:
|
||||
script: |
|
||||
core.setFailed('${{ steps.get-chart.outputs.error }}')
|
||||
|
||||
Reference in New Issue
Block a user