Skip to content

Commit 733ac4f

Browse files
committed
FIX: publish script
1 parent e7c7c43 commit 733ac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ 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
94+
uses: cpina/github-action-push-to-another-repository@main
9595
env:
9696
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
9797
with:

0 commit comments

Comments
 (0)