Compare commits

..

No commits in common. "b744acdf9f6d9705cc214e84a3e54b0fc534c2f1" and "0e4e5d3ff30603d1f4bcafeb3beaf7c622419a4b" have entirely different histories.

View file

@ -9,6 +9,12 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Debug runner (act actions path)
run: ls -lah /var/run/act/workflow
- name: Debug get user and shell
run: users; whoami; echo $SHELL; ls /home
- name: Test checkout commands (init) - name: Test checkout commands (init)
run: git init /workspace/julien.oculi/test-forgejo-runner run: git init /workspace/julien.oculi/test-forgejo-runner
@ -17,9 +23,6 @@ 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: Debug runner (act actions path)
run: ls -lah /var/run/act/workflow && ls -lah /var/run/act/workflow/julien.oculi && ls -lah /var/run/act/workflow/julien.oculi/test-forgejo-runner
- 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