Skip to content

Commit 4e1f566

Browse files
committed
switch from using cpina/github-action-push-to-another-repository@master to cpina/github-action-push-to-another-repository@v1.3
1 parent a64d9b5 commit 4e1f566

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
@@ -62,7 +62,7 @@ jobs:
6262
cp _build/jupyter/*.ipynb _build/lecture-python.notebooks
6363
ls -a _build/lecture-python.notebooks
6464
- name: Commit latest notebooks to lecture-python.notebooks
65-
uses: cpina/github-action-push-to-another-repository@master
65+
uses: cpina/github-action-push-to-another-repository@v1.3
6666
env:
6767
API_TOKEN_GITHUB: ${{ secrets.QUANTECON_SERVICES_PAT }}
6868
with:

0 commit comments

Comments
 (0)