We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64d9b5 commit 4e1f566Copy full SHA for 4e1f566
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
62
cp _build/jupyter/*.ipynb _build/lecture-python.notebooks
63
ls -a _build/lecture-python.notebooks
64
- name: Commit latest notebooks to lecture-python.notebooks
65
- uses: cpina/github-action-push-to-another-repository@master
+ uses: cpina/github-action-push-to-another-repository@v1.3
66
env:
67
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
68
with:
0 commit comments