From 103276ddd763ceb021e5c65e6eb6e67457fcb50f Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 5 Nov 2024 23:38:46 -0500 Subject: [PATCH] feat: initial upload --- action.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..a3c0e02 --- /dev/null +++ b/action.yml @@ -0,0 +1,13 @@ +name: Setup Spud +inputs: + version: + description: "Spud version to install." +runs: + using: composite + steps: + - name: Pull pre-built binary + env: + SPUD_VERSION: ${{ inputs.version }} + run: curl https://forge.karnov.club/spadinastan/spud/raw/branch/main/install.sh | bash + - name: Smoke test + run: which spud