fix/bugfix-input #1
@ -2,9 +2,7 @@ name: "test"
|
||||
run-name: "test"
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- "!v*-beta*"
|
||||
branches: master
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
@ -3,7 +3,7 @@ description: "simple and fast install for golang and golang commands on linux wo
|
||||
inputs:
|
||||
arch:
|
||||
description: "Optional, the linux architecture to use when downloading Go files (default: amd64)"
|
||||
required: false
|
||||
required: true
|
||||
default: "amd64"
|
||||
purge:
|
||||
description: "Optional, deletes any previously installed go versions (yes|no)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user