31 lines
528 B
Markdown
31 lines
528 B
Markdown
---
|
|
name: Bug
|
|
about: A bug or problem with this Action
|
|
labels: bug
|
|
---
|
|
|
|
<!-- Please provide a general summary of the issue in the Title above -->
|
|
|
|
# Expected Behavior
|
|
|
|
<!-- Explain what you expect to happen -->
|
|
|
|
## Current Behavior
|
|
|
|
<!-- Explain what actually happens -->
|
|
|
|
## Steps to Reproduce
|
|
|
|
<!-- Explain how to reproduce the problem -->
|
|
<!-- If relevant, include code, screenshots or links -->
|
|
|
|
## Environment
|
|
|
|
1.) Link to a Gist of your Workflow configuration:
|
|
|
|
2.) Any other relevant environment information:
|
|
|
|
```sh
|
|
|
|
```
|