Skip to content

Commit

Permalink
Fix triggering a workflow from a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks1mS committed Apr 3, 2023
1 parent 5d774d8 commit 5e66bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.PAT }}
- name: Update module
run: |
git submodule update --init --recursive --checkout -f --remote
Expand Down

0 comments on commit 5e66bf6

Please sign in to comment.