File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858 if ! git diff --cached --quiet; then
5959 git commit -m "Automatic ASF-WebConfigGenerator deployment"
60- fi
6160
62- - name : Push changes
63- uses : ad-m/github-push-action@v0.8.0
64- with :
65- github_token : ${{ secrets.GITHUB_TOKEN }}
66- branch : ${{ github.ref }}
61+ git push
62+ fi
Original file line number Diff line number Diff line change 3939 git_user_signingkey : true
4040 git_commit_gpgsign : true
4141
42- - name : Commit the changes
42+ - name : Commit and push the changes
4343 shell : sh
4444 run : |
4545 set -eu
4848
4949 if ! git diff --cached --quiet; then
5050 git commit -m "Automatic translations update"
51- fi
5251
53- - name : Push changes
54- uses : ad-m/github-push-action@v0.8.0
55- with :
56- github_token : ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
57- branch : ${{ github.ref }}
52+ git push
53+ fi
You can’t perform that action at this time.
0 commit comments