Skip to content

Commit

Permalink
Update common github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <automation@knative.team>
  • Loading branch information
knative-automation committed Mar 9, 2021
1 parent f7df810 commit 146f9bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/knative-releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-release-notes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 146f9bc

Please sign in to comment.