We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabddae commit 9924b77Copy full SHA for 9924b77
.github/workflows/submod.yaml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- name: Checkout
13
run: |
14
- git clone https://github.com/${GITHUB_REPOSITORY} .
+ git clone https://x-access-token:${{github.token}}@github.com/${GITHUB_REPOSITORY} .
15
git fetch -v --prune origin +refs/pull/${PR_NUMBER}/merge:refs/remotes/pull/${PR_NUMBER}/merge
16
git checkout --force --progress refs/remotes/pull/${PR_NUMBER}/merge
17
git submodule sync --recursive
0 commit comments