Compare commits
3 commits
b22125aaee
...
0a024b3ab1
Author | SHA1 | Date | |
---|---|---|---|
Julien Oculi | 0a024b3ab1 | ||
Julien Oculi | 5ac6c9ae6e | ||
Julien Oculi | 16c69c5ffe |
|
@ -18,14 +18,20 @@ jobs:
|
||||||
- name: Test checkout commands (config)
|
- name: Test checkout commands (config)
|
||||||
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
|
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
|
||||||
|
|
||||||
- name: Proxy issue
|
- name: Debug env
|
||||||
run: env
|
run: env
|
||||||
|
|
||||||
- name: Get config files
|
- name: Debug git config (global)
|
||||||
run: for f in /var/run/act/workflow/*; do echo "> $f ============="; cat $f; done
|
run: git config --global -l
|
||||||
|
|
||||||
# - name: Debug runner (act actions path)
|
- name: Debug git config (system)
|
||||||
# run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
|
run: git config --system -l
|
||||||
|
|
||||||
|
- name: Debug git config (local)
|
||||||
|
run: git config --local -l
|
||||||
|
|
||||||
|
- name: Debug git config (worktree)
|
||||||
|
run: git config --worktree -l
|
||||||
|
|
||||||
# - name: Test checkout commands (fetch)
|
# - name: Test checkout commands (fetch)
|
||||||
# run: git -c protocol.version=2 fetch -v --no-tags --prune --no-recurse-submodules --depth=1 origin +2b3aefde1b6cbdf9e0a3bce32f86a0d069fc7c37:refs/remotes/origin/main
|
# run: git -c protocol.version=2 fetch -v --no-tags --prune --no-recurse-submodules --depth=1 origin +2b3aefde1b6cbdf9e0a3bce32f86a0d069fc7c37:refs/remotes/origin/main
|
||||||
|
@ -35,12 +41,3 @@ jobs:
|
||||||
|
|
||||||
# - name: Setup repo
|
# - name: Setup repo
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Testing runner
|
|
||||||
# run: echo All Good
|
|
||||||
|
|
||||||
# - name: Testing local fs
|
|
||||||
# run: ls -lah .
|
|
||||||
|
|
||||||
# - name: Testing working directory
|
|
||||||
# run: pwd
|
|
Loading…
Reference in a new issue