Compare commits

..

3 commits

Author SHA1 Message Date
Julien Oculi 0a024b3ab1 ci: debug git config
Some checks failed
Named workflow / test (push) Failing after 11s
2024-01-18 11:09:57 +01:00
Julien Oculi 5ac6c9ae6e ci: rename steps 2024-01-18 11:07:03 +01:00
Julien Oculi 16c69c5ffe ci: clean workflow tests 2024-01-18 11:05:41 +01:00

View file

@ -18,14 +18,20 @@ jobs:
- name: Test checkout commands (config)
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
- name: Proxy issue
- name: Debug env
run: env
- name: Get config files
run: for f in /var/run/act/workflow/*; do echo "> $f ============="; cat $f; done
- name: Debug git config (global)
run: git config --global -l
# - name: Debug runner (act actions path)
# run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
- name: Debug git config (system)
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)
# 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
# uses: actions/checkout@v4
# - name: Testing runner
# run: echo All Good
# - name: Testing local fs
# run: ls -lah .
# - name: Testing working directory
# run: pwd