1
0
mirror of https://github.com/ko-build/ko.git synced 2025-11-06 09:19:12 +02:00

Merge pull request #326 from knative-automation/auto-updates/common-actions

This commit is contained in:
Jason Hall
2021-03-08 20:55:33 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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: