We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eabddae + 9924b77 commit 99ee7a7Copy full SHA for 99ee7a7
.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