mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-18 09:57:40 +03:00
Merge pull request #1458 from EDCD/dependabot/github_actions/develop/actions/github-script-6
build(deps): bump actions/github-script from 5 to 6
This commit is contained in:
commit
3cee7bc1b0
4
.github/workflows/submodule-update.yml
vendored
4
.github/workflows/submodule-update.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create pull request against target branch
|
- name: Create pull request against target branch
|
||||||
if: steps.check_for_changes.outputs.changes == 'true'
|
if: steps.check_for_changes.outputs.changes == 'true'
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ inputs.github_token }}
|
github-token: ${{ inputs.github_token }}
|
||||||
script: |
|
script: |
|
||||||
@ -64,7 +64,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Add labels
|
- name: Add labels
|
||||||
if: steps.check_for_changes.outputs.changes == 'true'
|
if: steps.check_for_changes.outputs.changes == 'true'
|
||||||
uses: actions/github-script@v5
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
github-token: ${{ inputs.github_token }}
|
github-token: ${{ inputs.github_token }}
|
||||||
script: |
|
script: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user