Update .github/workflows/build.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 4s
Testing / test (1.24.x, ubuntu-latest) (push) Successful in 59s

This commit is contained in:
Alex Savin
2025-04-28 15:48:13 -04:00
parent e6b1935fb0
commit b8b4771e04

View File

@ -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 }}