Deploy Github action is failing
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
A Github action to deploy to the static web app that worked before has stopped working:
**To Reproduce**
This is our yaml for deploying:
` deploy_to_test:
needs: build
if: github.event_name == 'push' || (github.event_name != 'pull_request' && github.event.action == 'closed')
runs-on: ubuntu-latest
name: Deploy to Test
environment:
name: Test
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/CG.ManifestUI" # App source code path
skip_api_build: true
output_location: "dist/cg.manifest-ui.ng" # Built app content directory - optional
###### End of Repository/Build Configurations ######`
**Expected behavior**
Expect deployment to complete successfully
**Screenshots**

**Device info (if applicable):**
N/A
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.