Skip to content

Commit 937742b

Browse files
committed
[ci] retest using upstream sftp action
1 parent 07fcd41 commit 937742b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy-zodiac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
deploy:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- name: Check out the repository
@@ -27,7 +27,7 @@ jobs:
2727
run: echo "BRANCH_NAME=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
2828

2929
- name: Copy package to server
30-
uses: NeuroJSON/[email protected]
30+
uses: wlixcc/[email protected]
3131
with:
3232
server: ${{ secrets.NEUROJ_SERVER }}
3333
username: ${{ secrets.NEUROJ_SERVER_USER }}

0 commit comments

Comments
 (0)