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