From 624a3de49c314b069a50088574d043bc91cb5032 Mon Sep 17 00:00:00 2001 From: Filias Heidt Date: Tue, 18 Feb 2025 17:00:40 +0100 Subject: [PATCH] change shell --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}}