This commit is contained in:
parent
bdc6037969
commit
87791b97a3
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ on: [push]
|
|||
jobs:
|
||||
ls:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
ls
|
Loading…
Reference in a new issue