This commit is contained in:
parent
42952e8c6a
commit
394a1893a9
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/try.yaml
Normal file
8
.forgejo/workflows/try.yaml
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