github / github/vscode-github-actions
Invalid warnings in problems for Github Actions YML
- Linguagem predominante
- TypeScript
- Estrelas
- 660
- Forks
- 213
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**Describe the bug**
This bug was originally created in this repo : https://github.com/microsoft/GitHub-Copilot-for-Azure/issues/206 by accident
Missing required input app_location keeps appearing when it's missing from close pull request action:
close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN}}
action: "close"
**To Reproduce**
Steps to reproduce the behavior:
1. With this workflow '...'
2. Do this '...'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Extension Version**
`v1.x.y`
**Additional context**
Add any other context about the problem here.
CC : Original user : [aviscoreTH](https://github.com/aviscoreTH)
Guia de contribuição
Direção de pesquisa
Comece reproduzindo o aviso do VS Code Problems com o workflow close_pull_request mostrado, especialmente a etapa Azure/static-web-apps-deploy@v1 que usa action: "close". Rastreie como esse workflow é validado e confirme que um workflow close válido não relata mais missing app_location; o issue não menciona nenhum arquivo de teste.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- github-actions
- Domínio
- ci-cd, tooling
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 35/100