File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,14 @@ jobs:
91
91
cp _build/jupyter/*.ipynb _build/lecture-python-advanced.notebooks
92
92
ls -a _build/lecture-python-advanced.notebooks
93
93
- name : Commit latest notebooks to lecture-python-advanced.notebooks
94
- uses : cpina/github-action-push-to-another-repository@master
94
+ uses : cpina/github-action-push-to-another-repository
95
95
env :
96
96
API_TOKEN_GITHUB : ${{ secrets.QUANTECON_SERVICES_PAT }}
97
97
with :
98
98
source-directory : ' _build/lecture-python-advanced.notebooks/'
99
99
destination-repository-username : ' QuantEcon'
100
100
destination-repository-name : ' lecture-python-advanced.notebooks'
101
+ target-branch : ' main'
101
102
commit-message : ' auto publishing updates to notebooks'
102
103
destination-github-username : ' quantecon-services'
103
104
You can’t perform that action at this time.
0 commit comments