This commit is contained in:
parent
6fde8237fc
commit
f5ed427dd2
|
@ -1,16 +1,15 @@
|
||||||
name: Go Bump
|
name: Go Bump
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
# inputs:
|
inputs:
|
||||||
# stable:
|
NAME:
|
||||||
# description: 'Stable Release'
|
description: "A random input name for the workflow"
|
||||||
# required: false
|
type: string
|
||||||
# type: boolean
|
SOME_VALUE:
|
||||||
# prerelease:
|
description: "Some other input to pass"
|
||||||
# description: 'Pre Release'
|
type: string
|
||||||
# required: false
|
|
||||||
# type: boolean
|
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
@ -22,7 +21,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- run: echo stable=${{ inputs.stable }} pre=${{ inputs.prerelease }}
|
- run: echo stable=${{ inputs.STABLE }} pre=${{ inputs.BETA }}
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user