[fix] Requiring arch input with default

This commit is contained in:
jake 2025-04-04 14:08:59 -04:00
parent aa2d4b0a5c
commit ae390bc529
2 changed files with 2 additions and 4 deletions

View File

@ -2,9 +2,7 @@ name: "test"
run-name: "test" run-name: "test"
on: on:
push: push:
tags: branches: master
- "v*"
- "!v*-beta*"
jobs: jobs:
test: test:

View File

@ -3,7 +3,7 @@ description: "simple and fast install for golang and golang commands on linux wo
inputs: inputs:
arch: arch:
description: "Optional, the linux architecture to use when downloading Go files (default: amd64)" description: "Optional, the linux architecture to use when downloading Go files (default: amd64)"
required: false required: true
default: "amd64" default: "amd64"
purge: purge:
description: "Optional, deletes any previously installed go versions (yes|no)" description: "Optional, deletes any previously installed go versions (yes|no)"