mirror of
https://github.com/Maks1mS/xmrig-zero-donation.git
synced 2024-12-23 16:02:58 +03:00
Fix triggering a workflow from a workflow
https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
This commit is contained in:
parent
5d774d8baf
commit
5e66bf66eb
1
.github/workflows/update-upstream.yml
vendored
1
.github/workflows/update-upstream.yml
vendored
@ -15,6 +15,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
token: ${{ secrets.PAT }}
|
||||||
- name: Update module
|
- name: Update module
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive --checkout -f --remote
|
git submodule update --init --recursive --checkout -f --remote
|
||||||
|
Loading…
Reference in New Issue
Block a user