File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 29
29
uses : actions/checkout@v4
30
30
with :
31
31
ref : ' master'
32
- token : ${{ secrets.GH_ACCESS_TOKEN }}
33
32
34
33
- name : Setup Hugo (Extended)
35
34
uses : peaceiris/actions-hugo@v2
@@ -58,17 +57,17 @@ jobs:
58
57
- name : Build Academy
59
58
run : make prod-build
60
59
61
- # - name: Pull changes from self master
62
- # run: git pull origin master
60
+ - name : Pull changes from self master
61
+ run : git pull origin master
63
62
64
- # - uses: stefanzweifel/git-auto-commit-action@v5
65
- # with:
66
- # commit_message: Build Academy
67
- # commit_options: '--signoff'
68
- # branch: master
69
- # commit_user_name: l5io
70
- # commit_user_email: [email protected]
71
- # commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
63
+ - uses : stefanzweifel/git-auto-commit-action@v5
64
+ with :
65
+ commit_message : Build Academy
66
+ commit_options : ' --signoff'
67
+ branch : master
68
+ commit_user_name : l5io
69
+ commit_user_email :
[email protected]
70
+ commit_author : ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
72
71
73
72
- name : Checkout meshery-cloud repo
74
73
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments