diff --git a/.forgejo/workflows/manual.yml b/.forgejo/workflows/manual.yml index 215578e..fdfcb91 100644 --- a/.forgejo/workflows/manual.yml +++ b/.forgejo/workflows/manual.yml @@ -10,6 +10,9 @@ jobs: name: List runs-on: docker steps: - uses: https://forge.niblock.tech/actions/checkout@v4 - run: | - ls ${{ github.workspace }} \ No newline at end of file + - name: Checkout the repository + uses: https://forge.niblock.tech/actions/checkout@v4 + + - name: List the repository files + run: | + ls ${{ github.workspace }} \ No newline at end of file