ci(github-action)!: Update https://github.com/actions/github-script action to v8 (renovate)
This commit is contained in:
parent
9239fe16e6
commit
7ee2574b75
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build-monorepo.yaml
vendored
2
.github/workflows/build-monorepo.yaml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
|
type=match,event=tag,pattern=v(.*),group=1,prefix=v,optional=true
|
||||||
|
|
||||||
- name: Print (debug) Docker meta JSON
|
- name: Print (debug) Docker meta JSON
|
||||||
uses: https://github.com/actions/github-script@v7
|
uses: https://github.com/actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const json = JSON.parse(process.env.JSON_STRING);
|
const json = JSON.parse(process.env.JSON_STRING);
|
||||||
|
|
|
||||||
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
latest=false
|
latest=false
|
||||||
|
|
||||||
- name: Print (debug) Docker meta JSON
|
- name: Print (debug) Docker meta JSON
|
||||||
uses: https://github.com/actions/github-script@v7
|
uses: https://github.com/actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const json = JSON.parse(process.env.JSON_STRING);
|
const json = JSON.parse(process.env.JSON_STRING);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue