We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118cb1d commit 5542683Copy full SHA for 5542683
1 file changed
.github/workflows/azure-static-web-apps-happy-tree-038f26503.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
submodules: true
21
- name: Build And Deploy Dev
22
- id: builddeploy
+ id: builddeploydev
23
uses: Azure/static-web-apps-deploy@v1
24
25
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_TREE_038F26503 }}
@@ -33,7 +33,7 @@ jobs:
33
output_location: "wwwroot" # Built app content directory - optional
34
###### End of Repository/Build Configurations ######
35
- name: Build And Deploy Test
36
+ id: builddeploytest
37
38
39
0 commit comments