Skip to content

Commit ca117d6

Browse files
Update version
1 parent 1f76e8c commit ca117d6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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'
@@ -121,12 +121,12 @@ The step named `Build and Deploy` builds and deploys to your Azure Static Web Ap
121121
with:
122122
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
123123
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
124-
action: 'upload'
125-
###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
126-
app_location: '/' # App source code path
127-
api_location: 'api' # Api source code path - optional
128-
app_artifact_location: 'dist' # Built app content directory - optional
129-
###### End of Repository/Build Configurations ######
124+
action: 'upload'
125+
###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
126+
app_location: '/' # App source code path
127+
api_location: 'api' # Api source code path - optional
128+
app_artifact_location: 'dist' # Built app content directory - optional
129+
###### End of Repository/Build Configurations ######
130130
```
131131

132132
| Property | Description | Required |

0 commit comments

Comments
 (0)