diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9428eb7cf..7bbb495c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: path: /home/runner/work/omr/${{ matrix.OMR_TARGET }}/source/bin - if: steps.branch_name.outputs.SOURCE_BRANCH == '' name: Deploy - Create directory - uses: fifsky/ssh-action@master + uses: ysurac/ssh-action@master env: SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }} SOURCE_BRANCH: ${{ steps.branch_name.outputs.SOURCE_BRANCH }} @@ -84,7 +84,7 @@ jobs: key: ${{ secrets.PRIVATE_KEY }} - if: steps.branch_name.outputs.SOURCE_BRANCH != '' name: Deploy - Create directory - uses: fifsky/ssh-action@master + uses: ysurac/ssh-action@master env: SOURCE_NAME: ${{ steps.branch_name.outputs.SOURCE_NAME }} SOURCE_BRANCH: ${{ steps.branch_name.outputs.SOURCE_BRANCH }} @@ -105,7 +105,7 @@ jobs: mv ${OMR_TARGET}/source/bin ${GITHUB_WORKSPACE}/ - if: steps.branch_name.outputs.SOURCE_BRANCH == '' name: Deploy - Upload via rsync - uses: up9cloud/action-rsync@master + uses: ysurac/action-rsync@master env: ARGS: -av --delete-after TARGET: deploy/release/${{steps.branch_name.outputs.SOURCE_TAG}}/${{matrix.OMR_TARGET}} @@ -120,7 +120,7 @@ jobs: GITHUB_WORKSPACE: ${{ steps.branch_name.outputs.WORKSPACE }} - if: steps.branch_name.outputs.SOURCE_BRANCH != '' name: Deploy - Upload via rsync - uses: up9cloud/action-rsync@master + uses: ysurac/action-rsync@master env: ARGS: -av --delete-after TARGET: deploy/${{ steps.branch_name.outputs.SOURCE_BRANCH }}/${{env.OMR_KERNEL}}/${{matrix.OMR_TARGET}}