We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a986ee7 commit 7d95fb2Copy full SHA for 7d95fb2
1 file changed
.github/workflows/ci.yml
@@ -91,12 +91,7 @@ jobs:
91
- uses: actions/checkout@v5
92
93
- name: Initialize submodules
94
- env:
95
- GIT_ASKPASS: /bin/echo
96
- GH_PAT: ${{ secrets.GH_PAT }}
97
- run: |
98
- git config --global url."https://${GH_PAT}@github.com/".insteadOf "https://github.com/"
99
- git submodule update --init --recursive
+ run: git submodule update --init --recursive
100
101
- name: Install uv
102
uses: astral-sh/setup-uv@v6
0 commit comments