We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f34414 commit 4f37c21Copy full SHA for 4f37c21
1 file changed
.github/workflows/main.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: 📂 Checkout
46
uses: actions/checkout@v4
47
with:
48
- #submodules: recursive
49
- #token: ${{ secrets.ACCESS_TOKEN }}
+ submodules: recursive
+ token: ${{ secrets.ACCESS_TOKEN }}
50
repository: ${{ env.JOBS_ID != 1 && env.DOC || '' }}
51
52
- name: ⚙️ Build Maps
0 commit comments