Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

update refs for main default branch #20

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
workspace: default
- uses: ./
name: Release
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
operation: release
version: '0.0.1-beta1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
workspace: default
- uses: ./.github/actions/action-waypoint
name: Release
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
operation: release
version: '0.0.1-beta1'
Expand Down
6 changes: 3 additions & 3 deletions __tests__/event.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ref": "refs/heads/master",
"ref": "refs/heads/main",
"before": "1d42aab6ef030d484135ec6bcbf0b976079ab785",
"after": "265283d6a318ff52e707dd80398ac80fd8343ac3",
"repository": {
Expand Down Expand Up @@ -102,9 +102,9 @@
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "master",
"default_branch": "main",
"stargazers": 0,
"master_branch": "master",
"main_branch": "main",
krantzinator marked this conversation as resolved.
Show resolved Hide resolved
"organization": "hashicorp"
},
"pusher": {
Expand Down