We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bdfd32 commit 34568c8Copy full SHA for 34568c8
1 file changed
.github/workflows/publish-to-website.yml
@@ -1,8 +1,5 @@
1
name: Publish to website
2
3
-env:
4
- BRANCH_NAME: master
5
-
6
on:
7
push:
8
branches:
@@ -34,8 +31,6 @@ jobs:
34
31
fetch-depth: 0
35
32
- name: Branch innersourcecommons.org
36
33
working-directory: innersourcecommons.org
37
- run: |
38
- git checkout master
39
- uses: actions/setup-node@v1
40
with:
41
node-version: 12
@@ -52,4 +47,4 @@ jobs:
52
47
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
53
48
git add .
54
49
git commit -m "Update Learning Path articles"
55
- git push origin $BRANCH_NAME
50
+ git push
0 commit comments