From b8b4771e04f2126ea5e916757860dcaa5c6f6129 Mon Sep 17 00:00:00 2001 From: Alex Savin Date: Mon, 28 Apr 2025 15:48:13 -0400 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}