setup-spud-action/action.yml

14 lines
341 B
YAML
Raw Normal View History

2024-11-06 04:38:46 +00:00
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