remove dep
This commit is contained in:
-10
@@ -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,12 +21,6 @@ runs:
|
||||
cp -R "$GITHUB_ACTION_PATH/autodeploy" "$GITHUB_WORKSPACE/"
|
||||
shell: bash
|
||||
|
||||
- name: Install prerequisites
|
||||
if: ${{ inputs.install_prereqs == 'true' }}
|
||||
run: |
|
||||
apk add curl tar
|
||||
shell: bash
|
||||
|
||||
- name: Run autodeploy setup script
|
||||
working-directory: ${{ github.workspace }}/autodeploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user