Fix it
All checks were successful
/ ls (push) Successful in 4s

This commit is contained in:
Bill Niblock 2025-06-07 16:50:26 +00:00
parent 4faa11f01f
commit 556383f705

View file

@ -10,6 +10,9 @@ jobs:
name: List
runs-on: docker
steps:
uses: https://forge.niblock.tech/actions/checkout@v4
run: |
ls ${{ github.workspace }}
- name: Checkout the repository
uses: https://forge.niblock.tech/actions/checkout@v4
- name: List the repository files
run: |
ls ${{ github.workspace }}