Compare commits

..

No commits in common. "0a024b3ab167fe31c1b6589fc4fffe222ef1a8e7" and "b22125aaeed0cb7ac630330e8b7b3d1cd35d09b6" have entirely different histories.

View file

@ -18,20 +18,14 @@ 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 env - name: Proxy issue
run: env run: env
- name: Debug git config (global) - name: Get config files
run: git config --global -l run: for f in /var/run/act/workflow/*; do echo "> $f ============="; cat $f; done
- name: Debug git config (system)
run: git config --system -l
- name: Debug git config (local) # - name: Debug runner (act actions path)
run: git config --local -l # run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
- 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
@ -40,4 +34,13 @@ 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