diff --git a/examples/deploy.yml b/examples/deploy.yml index 4ef729b..ede62ca 100644 --- a/examples/deploy.yml +++ b/examples/deploy.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: eighty-six/node-deploy-action/deploy@v1 + - uses: https://git.zyrrus.dev/eighty-six/node-deploy-action/deploy@v1 with: app-name: ${{ vars.APP_NAME }} tag: production @@ -36,11 +36,11 @@ jobs: - name: Compute preview slug id: slug - uses: eighty-six/node-deploy-action/slug@v1 + uses: https://git.zyrrus.dev/eighty-six/node-deploy-action/slug@v1 with: branch: ${{ github.ref_name }} - - uses: eighty-six/node-deploy-action/deploy@v1 + - uses: https://git.zyrrus.dev/eighty-six/node-deploy-action/deploy@v1 with: app-name: ${{ vars.APP_NAME }} tag: ${{ steps.slug.outputs.slug }} @@ -54,7 +54,7 @@ jobs: steps: - name: Compute preview slug id: slug - uses: eighty-six/node-deploy-action/slug@v1 + uses: https://git.zyrrus.dev/eighty-six/node-deploy-action/slug@v1 with: branch: ${{ github.event.ref }} @@ -62,7 +62,7 @@ jobs: with: ref: main - - uses: eighty-six/node-deploy-action/cleanup@v1 + - uses: https://git.zyrrus.dev/eighty-six/node-deploy-action/cleanup@v1 with: app-name: ${{ vars.APP_NAME }} slug: ${{ steps.slug.outputs.slug }}