Merge pull request #45 from mokoconsulting-tech/dependabot/github_actions/actions/github-script-8
chore(deps)(deps): bump actions/github-script from 7 to 8
This commit was merged in pull request #45.
This commit is contained in:
2
.github/workflows/release_pipeline.yml
vendored
2
.github/workflows/release_pipeline.yml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Actor authorization (admin or maintain)
|
- name: Actor authorization (admin or maintain)
|
||||||
id: auth
|
id: auth
|
||||||
uses: actions/github-script@v7
|
uses: actions/github-script@v8
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const owner = context.repo.owner;
|
const owner = context.repo.owner;
|
||||||
|
|||||||
Reference in New Issue
Block a user