From b045dbc10a5e55b507bdc53a00af5ffc8f8ab0a3 Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 29 Jan 2026 17:09:11 +0100 Subject: [PATCH] fix --- action.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/action.yml b/action.yml index e31f5ac..e1c38a8 100644 --- a/action.yml +++ b/action.yml @@ -5,10 +5,6 @@ inputs: description: "Branch or ref to check out in the caller repository" required: false default: "main" - # install_prereqs: - # description: "Whether to install prerequisites on the runner" - # required: false - # default: "true" runs: using: "composite" @@ -25,13 +21,6 @@ runs: cp -R "$GITHUB_ACTION_PATH/autodeploy" "$GITHUB_WORKSPACE/" shell: bash - # - name: Install prerequisites - # if: ${{ inputs.install_prereqs == 'true' }} - # run: | - # sudo apt-get update - # sudo apt-get install -y curl tar - # shell: bash - - name: Run autodeploy setup script working-directory: ${{ github.workspace }}/autodeploy run: |