Skip to content

Commit e207d9d

Browse files
committed
ci: Use jcs-actions
1 parent 84113f1 commit e207d9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Push
121121
if: github.ref == 'refs/heads/master'
122-
uses: jcs090218/github-push-action@master
122+
uses: jcs-actions/github-push-action@master
123123
with:
124124
repository: ${{ env.REPO_BIN }}
125125
github_token: ${{ secrets.PAT }}
@@ -216,7 +216,7 @@ jobs:
216216
217217
- name: Push
218218
if: github.ref == 'refs/heads/master'
219-
uses: jcs090218/github-push-action@master
219+
uses: jcs-actions/github-push-action@master
220220
with:
221221
repository: ${{ env.REPO_BIN }}
222222
github_token: ${{ secrets.PAT }}
@@ -315,7 +315,7 @@ jobs:
315315
316316
- name: Push
317317
if: github.ref == 'refs/heads/master'
318-
uses: jcs090218/github-push-action@master
318+
uses: jcs-actions/github-push-action@master
319319
with:
320320
repository: ${{ env.REPO_BIN }}
321321
github_token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)