We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13ca08 commit 3edacb0Copy full SHA for 3edacb0
1 file changed
.github/workflows/publish-to-website.yml
@@ -6,7 +6,7 @@ env:
6
on:
7
push:
8
branches:
9
- - master
+ - main
10
paths:
11
- .github/workflows/publish-to-website.yml
12
- config/urls.yaml
@@ -36,7 +36,7 @@ jobs:
36
working-directory: innersourcecommons.org
37
run: |
38
git checkout --track origin/$BRANCH_NAME || git checkout -b $BRANCH_NAME
39
- git merge -X theirs origin/master --no-edit
+ git merge -X theirs origin/main --no-edit
40
- uses: actions/setup-node@v1
41
with:
42
node-version: 12
@@ -53,4 +53,4 @@ jobs:
53
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
54
git add .
55
git commit -m "Update Learning Path articles"
56
- git push origin $BRANCH_NAME
+ git push origin $BRANCH_NAME
0 commit comments