Compare commits
1 Commits
79c6b00ace
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 60fe19c61c |
@@ -9,6 +9,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Rewrite SSH submodule URLs to HTTPS for CI
|
||||
run: |
|
||||
git config --global url."https://x-token:${{ secrets.ACTION_ACCESS_TOKEN }}@git.yiprawr.dev/".insteadOf "git@git.yiprawr.dev:"
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user