corrected name of workflow step

This commit is contained in:
2026-06-18 10:26:03 +02:00
parent 221c8bd94c
commit d25bf6f648
+1 -1
View File
@@ -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