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:
9191 cp _build/jupyter/*.ipynb _build/lecture-python-advanced.notebooks
9292 ls -a _build/lecture-python-advanced.notebooks
9393 - 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
9595 env :
9696 API_TOKEN_GITHUB : ${{ secrets.QUANTECON_SERVICES_PAT }}
9797 with :
9898 source-directory : ' _build/lecture-python-advanced.notebooks/'
9999 destination-repository-username : ' QuantEcon'
100100 destination-repository-name : ' lecture-python-advanced.notebooks'
101+ target-branch : ' main'
101102 commit-message : ' auto publishing updates to notebooks'
102103 destination-github-username : ' quantecon-services'
103104 user-email : services@quantecon.org
You can’t perform that action at this time.
0 commit comments