From d25bf6f648feb6dcc4fabe629672dc7d4677b763 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Thu, 18 Jun 2026 10:26:03 +0200 Subject: [PATCH] corrected name of workflow step --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6a1a2f6..727da61 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ runs: run: rsync -rlv "$GITHUB_WORKSPACE/tmp/" "${{ inputs.destination }}/" shell: bash - - name: Copy autodeploy into workspace + - name: Run setup.sh run: | $GITHUB_ACTION_PATH/autodeploy/setup.sh "${{ inputs.destination }}" shell: bash