Compare commits
No commits in common. "8b038510d2e5121da8e7b58974c1bd4fca08ec56" and "b47cd1cf684425b97af6082ef55977789fe78c15" have entirely different histories.
8b038510d2
...
b47cd1cf68
|
@ -1,31 +1,10 @@
|
|||
name: Named workflow
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
|
||||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Debug runner (act actions path)
|
||||
run: ls -lah /var/run/act/
|
||||
|
||||
- name: Debug runner (act help)
|
||||
run: act --help
|
||||
|
||||
- name: Debug runner (act version)
|
||||
run: act --version
|
||||
|
||||
- name: Setup repo
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Testing runner
|
||||
run: echo All Good
|
||||
|
||||
- name: Testing local fs
|
||||
run: ls -lah .
|
||||
|
||||
- name: Testing working directory
|
||||
run: pwd
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- run: echo All Good
|
||||
- run: ls -lah .
|
||||
- run: pwd
|
Loading…
Reference in a new issue