We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f76e8c + 54bb30d commit 70843c1Copy full SHA for 70843c1
articles/static-web-apps/github-actions-workflow.md
@@ -48,7 +48,7 @@ jobs:
48
- uses: actions/checkout@v1
49
- name: Build And Deploy
50
id: builddeploy
51
- uses: Azure/static-web-apps-deploy@master
+ uses: Azure/static-web-apps-deploy@v0.0.1-preview
52
with:
53
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
54
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
@@ -66,7 +66,7 @@ jobs:
66
steps:
67
- name: Close Pull Request
68
id: closepullrequest
69
70
71
72
action: 'close'
0 commit comments