34 lines
715 B
Markdown
34 lines
715 B
Markdown
---
|
|
name: Bug report
|
|
about: Tell us about a bug.
|
|
labels: bug
|
|
---
|
|
|
|
### TL;DR
|
|
<!-- Describe the bug in 1-2 sentences below. -->
|
|
|
|
**Expected behavior**
|
|
<!-- What did you expect to happen? Please share below. -->
|
|
|
|
**Observed behavior**
|
|
<!-- What did happened instead? Please share below. -->
|
|
|
|
|
|
### Reproduction
|
|
|
|
**Action YAML**
|
|
<!-- Add your complete GitHub Actions YAML below. -->
|
|
|
|
```yaml
|
|
# Paste your complete GitHub Actions YAML here, removing
|
|
# any sensitive values.
|
|
```
|
|
|
|
**Repository**
|
|
<!-- Is your repository public? If so, please link to it. -->
|
|
<!-- If your repository is not public, delete this section. -->
|
|
|
|
|
|
**Additional information**
|
|
<!-- Are you running custom workers? Doing something atypical? Etc? -->
|