Compare commits

..

No commits in common. "950fa2540045c8fac418b66011bb8f136829b020" and "217e6a08ad885ab69b0bd6b2245ff545df6da69f" have entirely different histories.

View file

@ -19,25 +19,32 @@ jobs:
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: Proxy issue
run: env run: env | grep -i proxy
# - name: Debug runner (act actions path) - name: Debug runner (act actions path)
# run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner run: ls -lah /workspace/julien.oculi && ls -lah /workspace/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
# - name: Debug runner (act help)
# run: act --help
# - name: 'FIX: fetch actions/checkout@v4' # - name: Debug runner (act version)
# 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: act --version
# - name: Setup repo - name: 'FIX: fetch actions/checkout@v4'
# uses: actions/checkout@v4 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: Testing runner - name: Setup repo
# run: echo All Good uses: actions/checkout@v4
# - name: Testing local fs - name: Testing runner
# run: ls -lah . run: echo All Good
# - name: Testing working directory - name: Testing local fs
# run: pwd run: ls -lah .
- name: Testing working directory
run: pwd