mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-01 05:07:46 +00:00
add check out
This commit is contained in:
@@ -42,6 +42,12 @@ jobs:
|
||||
env:
|
||||
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GIT_TOKEN }}
|
||||
|
||||
- name: Check out master first
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
|
||||
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
|
||||
|
||||
- name: Commit & Push changes
|
||||
uses: actions-js/push@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user