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 9ac5f99 commit 9f0d946Copy full SHA for 9f0d946
.github/workflows/publish.yml
@@ -102,7 +102,7 @@ jobs:
102
cp _build/jupyter/*.ipynb _build/lecture-python-intro.notebooks
103
ls -a _build/lecture-python-intro.notebooks
104
- name: Commit latest notebooks to lecture-python-intro.notebooks
105
- uses: cpina/github-action-push-to-another-repository@master
+ uses: cpina/github-action-push-to-another-repository@main
106
env:
107
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
108
with:
0 commit comments