diff --git a/action.yml b/action.yml index 037f2d5..568bcb5 100644 --- a/action.yml +++ b/action.yml @@ -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}}