Skip to content

Commit

Permalink
Update sync-from-upstream.yml GH action from 'master' to 'main' (#925)
Browse files Browse the repository at this point in the history
* Update sync-from-upstream.yml

Change 'master' to 'main' as default for GH action since new default branch name is 'main'

* Update .github/workflows/sync-from-upstream.yml

---------

Co-authored-by: Evan Gibler <evan.gibler@panther.com>
  • Loading branch information
AndrewMohawk and Evan Gibler authored Nov 1, 2023
1 parent 73c4315 commit 62dada5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-from-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch: # or on button click

env:
YOUR_REPO_PRIMARY_BRANCH_NAME: "master"
YOUR_REPO_PRIMARY_BRANCH_NAME: "main"

jobs:
check_upstream:
Expand Down Expand Up @@ -104,4 +104,3 @@ jobs:
run: |
echo "unhandled exception in PR create step. Check output of that step."
exit 128

0 comments on commit 62dada5

Please sign in to comment.