File tree Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Expand file tree Collapse file tree 1 file changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -35,25 +35,10 @@ jobs:
35
35
36
36
- uses : EndBug/add-and-commit@v9
37
37
with :
38
- default_author : github_actions
38
+ default_author : github_action
39
39
40
- - uses : actions/checkout@v3
41
- - run : |
42
- git config user.name github-actions
43
- git config user.email [email protected]
44
- git add docs/index.html
45
- git commit -m "generated"
46
- git push
47
-
48
- - name : Commit files
49
- run : |
50
- git config --local user.email "[email protected] "
51
- git config --local user.name "ProFastCode"
52
- git add docs/index.html
53
- git commit -a -m "Add changes"
54
-
55
- - name : Push changes
56
- uses : ad-m/github-push-action@master
57
- with :
58
- github_token : ${{ secrets.GH_PAT }}
59
- force_with_lease : true
40
+ # - name: Push changes
41
+ # uses: ad-m/github-push-action@master
42
+ # with:
43
+ # github_token: ${{ secrets.GH_PAT }}
44
+ # force_with_lease: true
You can’t perform that action at this time.
0 commit comments