Skip to content
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
name: Release to Microsoft
on:
workflow_dispatch:
jobs:
release-to-msft:
name: Release to Microsoft
runs-on: ubuntu-latest
environment:
name: Microsoft
steps:

Check failure on line 17 in .github/workflows/release_to_test_msft.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release_to_test_msft.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Deploy to staging
uses: ./.github/swap_slots/deploy
with:
CREDS: ${{ secrets.CREDS }}
WEBAPP_NAME: ${{ secrets.WEBAPP_NAME }}
RESOURCE_GROUP: ${{ secrets.RESOURCE_GROUP }}