ad1992 / ad1992/clean-commit-action
pull_number undefined when action is running on push to master branch
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 8
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hi, we have action running fine on PRs, but when merging PR to master, the action fails with message:
```
Error: Action failed with error: Empty value for parameter 'pull_number': undefined
```
The workflow we use is just simple:
```
jobs:
check-commit:
runs-on: self-hosted-fleet
steps:
- name: Check commit message
uses: ad1992/clean-commit-action@v0.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.