mirror of https://github.com/knative/client.git
Update common github actions (#1253)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
ca5299334e
commit
3002b641f7
|
|
@ -60,7 +60,7 @@ jobs:
|
|||
go-version: 1.15.x
|
||||
|
||||
- name: Install Dependencies
|
||||
run: GO111MODULE=on go get knative.dev/test-infra/buoy@master
|
||||
run: GO111MODULE=on go get knative.dev/test-infra/buoy@main
|
||||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
branch:
|
||||
description: 'Branch? (master)'
|
||||
description: 'Branch? (main)'
|
||||
required: true
|
||||
default: 'master'
|
||||
default: 'main'
|
||||
start-sha:
|
||||
description: 'Starting SHA? (last tag on branch)'
|
||||
end-sha:
|
||||
|
|
|
|||
Loading…
Reference in New Issue