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 e7c7c43 commit 733ac4fCopy full SHA for 733ac4f
.github/workflows/publish.yml
@@ -91,7 +91,7 @@ jobs:
91
cp _build/jupyter/*.ipynb _build/lecture-python-advanced.notebooks
92
ls -a _build/lecture-python-advanced.notebooks
93
- name: Commit latest notebooks to lecture-python-advanced.notebooks
94
- uses: cpina/github-action-push-to-another-repository
+ uses: cpina/github-action-push-to-another-repository@main
95
env:
96
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
97
with:
0 commit comments