File tree 1 file changed +9
-11
lines changed
1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
- name : Test Docs
1
+ name : Update MD Files
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- main
7
7
- docs-test
8
+
8
9
jobs :
9
10
update-md-files :
10
11
runs-on : ubuntu-latest
11
12
12
13
steps :
13
14
- name : Checkout repository
14
15
uses : actions/checkout@v2
15
-
16
- - name : List files for debugging
17
- run : |
18
- ls -R
19
- pwd
16
+ with :
17
+ token : ${{ secrets.PAT_TOKEN }}
20
18
21
19
- name : Install dependencies
22
20
run : |
@@ -28,11 +26,11 @@ jobs:
28
26
run : bash test/docs_test.sh
29
27
30
28
- name : Commit and push changes
29
+ env :
30
+ GITHUB_TOKEN : ${{ secrets.PAT_TOKEN }}
31
31
run : |
32
- git config --global user.name 'github-actions[ bot] '
33
- git config --global user.email 'github-actions[bot]@users.noreply.github.com '
32
+ git config --global user.name 'bacalhau-infra- bot'
33
+ git config --global user.email 'github-[email protected] '
34
34
git add .
35
- git commit -m 'Update markdown files '
35
+ git commit -m 'Run Documentation tests '
36
36
git push
37
- env :
38
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments