fix accessibility bug 2605237 a11y aria required children #956
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Close preview environment | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| pr: | |
| required: true | |
| type: string | |
| description: PR number | |
| pull_request_target: | |
| types: [closed] | |
| jobs: | |
| close: | |
| runs-on: ubuntu-latest | |
| if: github.repository == 'microsoft/TypeScript-Website' | |
| steps: | |
| - uses: Azure/static-web-apps-deploy@v1 | |
| with: | |
| azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PREVIEW }} | |
| action: close | |
| app_location: /dev/null |