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 98021cd commit b1a7cc6Copy full SHA for b1a7cc6
.github/workflows/publish.yml
@@ -89,7 +89,7 @@ jobs:
89
cp lectures/Manifest.toml _build/lecture-julia.notebooks
90
ls -a _build/lecture-julia.notebooks
91
- name: Commit latest notebooks to lecture-julia.notebooks
92
- uses: cpina/github-action-push-to-another-repository@v1.3
+ uses: cpina/github-action-push-to-another-repository@v1.4.1
93
env:
94
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
95
with:
0 commit comments