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) - 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 git config (system)
run: git config --system -l
# - name: Debug runner (act actions path) - name: Debug git config (local)
# run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner 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
@ -34,13 +40,4 @@ jobs:
# run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js # run: curl -vL --create-dirs -o /var/run/act/actions/actions-checkout@v4/dist/index.js https://raw.githubusercontent.com/actions/checkout/main/dist/index.js
# - 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