diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d904f49..7589321 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: - name: Auto Deploy (Dev) # if: ${{ contains(github.ref, 'develop') and env.AUTO_DEPLOY_DEV == 'true' }} id: auto-deploy-dev - uses: gh-actions/auto-exec-workflow@v1 + uses: https://git.savin.nyc/gh-actions/auto-exec-workflow@v1 with: GITHUB_TOKEN: ${{ secrets.GUTHUB_TOKEN }} Version: ${{ steps.version.output.updated-version }}