ci: get container config files
All checks were successful
Named workflow / test (push) Successful in 11s
All checks were successful
Named workflow / test (push) Successful in 11s
This commit is contained in:
parent
950fa25400
commit
b22125aaee
|
@ -21,6 +21,9 @@ jobs:
|
|||
- name: Proxy issue
|
||||
run: env
|
||||
|
||||
- name: Get config files
|
||||
run: for f in /var/run/act/workflow/*; do echo "> $f ============="; cat $f; done
|
||||
|
||||
# - name: Debug runner (act actions path)
|
||||
# run: ls -lah /workspace/julien.oculi && ls -lah /workspace/julien.oculi/test-forgejo-runner
|
||||
|
||||
|
|
Loading…
Reference in a new issue