This commit is contained in:
parent
f98fc5078d
commit
e7ab312d84
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/push.yml
Normal file
8
.forgejo/workflows/push.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
Loading…
Reference in a new issue