parent
a06f01d598
commit
dbb98b1eac
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
|||
jobs:
|
||||
ls:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: git.php.fail/lubiana/container/php:8.2
|
||||
steps:
|
||||
- run: env
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in a new issue