mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
ci: Upgrade github-script action to version 8
This commit is contained in:
2
.github/workflows/propogate-auto-merge.yml
vendored
2
.github/workflows/propogate-auto-merge.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Detect backport and original PR (metadata)
|
- name: Detect backport and original PR (metadata)
|
||||||
id: extract
|
id: extract
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const pr = context.payload.pull_request;
|
const pr = context.payload.pull_request;
|
||||||
|
|||||||
Reference in New Issue
Block a user