We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8772e68 + 1ae9f4a commit 3dff4a3Copy full SHA for 3dff4a3
.github/workflows/build-and-deploy-dev.yml
@@ -23,7 +23,7 @@ jobs:
23
build-and-deploy:
24
name: Build and Deploy
25
needs: upload-package-lock-json
26
- uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.0
+ uses: clearlydefined/operations/.github/workflows/app-build-and-deploy.yml@v3.1.1
27
secrets:
28
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}
29
AZURE_WEBAPP_PUBLISH_PROFILE: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_DEV }}
0 commit comments