test
All checks were successful
/ ls (push) Successful in 3s

This commit is contained in:
lubiana 2023-10-16 20:08:28 +02:00
parent dbb98b1eac
commit c4ae79cd69
No known key found for this signature in database

View file

@ -2,7 +2,7 @@ on: [push]
jobs: jobs:
ls: ls:
runs-on: docker runs-on: docker
container:
image: git.php.fail/lubiana/container/php:8.2
steps: steps:
- uses: actions/checkout@v3 - run: env | sort
- run: |
ls ${{ github.workspace }}