change shell

This commit is contained in:
Filias Heidt
2025-02-18 17:00:40 +01:00
parent 52e1f27d74
commit 624a3de49c

View File

@ -21,8 +21,6 @@ runs:
using: "composite"
steps:
- id: checkout-repo
shell: sh
run: |
pwd >> "$GITHUB_OUTPUT"
ls -la >> "$GITHUB_OUTPUT"
env >> "$GITHUB_OUTPUT"
git clone https://${GITHUB_ACTOR}:${{ inputs.token }}@${{ inputs.server }}/${{ inputs.repository}}