Compare commits
No commits in common. "950fa2540045c8fac418b66011bb8f136829b020" and "217e6a08ad885ab69b0bd6b2245ff545df6da69f" have entirely different histories.
950fa25400
...
217e6a08ad
|
@ -19,25 +19,32 @@ jobs:
|
|||
run: "git config --local http.http://localhost:10001/.extraheader AUTHORIZATION: basic"
|
||||
|
||||
- name: Proxy issue
|
||||
run: env
|
||||
run: env | grep -i proxy
|
||||
|
||||
# - name: Debug runner (act actions path)
|
||||
# run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
|
||||
- name: Debug runner (act actions path)
|
||||
run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
|
||||
|
||||
# - 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
|
||||
- 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
|
||||
|
||||
# - name: 'FIX: fetch 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: Debug runner (act help)
|
||||
# run: act --help
|
||||
|
||||
# - name: Setup repo
|
||||
# uses: actions/checkout@v4
|
||||
# - name: Debug runner (act version)
|
||||
# run: act --version
|
||||
|
||||
# - name: Testing runner
|
||||
# run: echo All Good
|
||||
- name: 'FIX: fetch 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 local fs
|
||||
# run: ls -lah .
|
||||
- name: Setup repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# - name: Testing working directory
|
||||
# run: pwd
|
||||
|
||||
- name: Testing runner
|
||||
run: echo All Good
|
||||
|
||||
- name: Testing local fs
|
||||
run: ls -lah .
|
||||
|
||||
- name: Testing working directory
|
||||
run: pwd
|
Loading…
Reference in a new issue