Skip to content

Commit 70843c1

Browse files
authored
Merge pull request #114615 from craigshoemaker/marm-workflow-file
Update version
2 parents 1f76e8c + 54bb30d commit 70843c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/github-actions-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v1
4949
- name: Build And Deploy
5050
id: builddeploy
51-
uses: Azure/static-web-apps-deploy@master
51+
uses: Azure/static-web-apps-deploy@v0.0.1-preview
5252
with:
5353
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
5454
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Close Pull Request
6868
id: closepullrequest
69-
uses: Azure/static-web-apps-deploy@master
69+
uses: Azure/static-web-apps-deploy@v0.0.1-preview
7070
with:
7171
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
7272
action: 'close'

0 commit comments

Comments
 (0)