Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set main as the default branch #527

Merged
merged 3 commits into from
Jul 21, 2020
Merged

Set main as the default branch #527

merged 3 commits into from
Jul 21, 2020

Conversation

thboop
Copy link
Collaborator

@thboop thboop commented Jul 20, 2020

Resolves: #514

@@ -32,14 +32,14 @@ jobs:
os: [ubuntu-16.04, windows-2019]
runs-on: ${{matrix.os}}
actions:
- uses: actions/setup-node@master
- uses: actions/setup-node@main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be better to pin to v1 or v2

@@ -551,7 +551,7 @@ export async function getManifestFromRepo(
owner: string,
repo: string,
auth?: string,
branch = 'master'
branch = 'main'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check w/ @bryanmacfarlane

Copy link
Collaborator Author

@thboop thboop Jul 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to pull this change out and address it in another issue. We should probably default to the default branch of a repo, or force a user to specify, but I don't want to make breaking changes here right now.
#529

@thboop thboop merged commit ccad190 into main Jul 21, 2020
@thboop thboop deleted the thboop/updateMainBranchToMain branch July 21, 2020 15:33
smorimoto pushed a commit to smorimoto/toolkit that referenced this pull request Jul 29, 2020
* set main as the default branch

* revert change to tool-cache default branch

* use versions where applicable
at-wat pushed a commit to at-wat/actions-toolkit that referenced this pull request Aug 31, 2023
* set main as the default branch

* revert change to tool-cache default branch

* use versions where applicable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename default branch
2 participants