This commit is contained in:
Filias Heidt
2025-02-18 16:54:57 +01:00
parent 7608895bb2
commit 702d0065d7

View File

@ -17,7 +17,7 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- id: checkout repo - id: checkout-repo
run: | run: |
pwd >> "$GITHUB_OUTPUT" pwd >> "$GITHUB_OUTPUT"
ls -la >> "$GITHUB_OUTPUT" ls -la >> "$GITHUB_OUTPUT"