|
48 | 48 | - uses: actions/checkout@v1
|
49 | 49 | - name: Build And Deploy
|
50 | 50 | id: builddeploy
|
51 |
| - uses: Azure/static-web-apps-deploy@master |
| 51 | + uses: Azure/static-web-apps-deploy@v0.0.1-preview |
52 | 52 | with:
|
53 | 53 | azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
|
54 | 54 | repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
|
|
66 | 66 | steps:
|
67 | 67 | - name: Close Pull Request
|
68 | 68 | id: closepullrequest
|
69 |
| - uses: Azure/static-web-apps-deploy@master |
| 69 | + uses: Azure/static-web-apps-deploy@v0.0.1-preview |
70 | 70 | with:
|
71 | 71 | azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
|
72 | 72 | action: 'close'
|
@@ -121,12 +121,12 @@ The step named `Build and Deploy` builds and deploys to your Azure Static Web Ap
|
121 | 121 | with:
|
122 | 122 | azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
|
123 | 123 | 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 ###### |
130 | 130 | ```
|
131 | 131 |
|
132 | 132 | | Property | Description | Required |
|
|
0 commit comments