mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-21 14:58:09 +00:00
modified commit & push action
This commit is contained in:
@@ -33,14 +33,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||||
|
|
||||||
- name: Commit files
|
- name: Commit & Push changes
|
||||||
run: |
|
uses: actions-js/push@master
|
||||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
||||||
git config --local user.name "github-actions[bot]"
|
|
||||||
git commit -m "Update repo status" -a
|
|
||||||
|
|
||||||
- name: Push changes
|
|
||||||
uses: ad-m/github-push-action@master
|
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GIT_TOKEN }}
|
github_token: ${{ secrets.GIT_TOKEN }}
|
||||||
branch: ${{ github.ref }}
|
|
||||||
Reference in New Issue
Block a user