mirror of https://github.com/actions/toolkit
37 lines
905 B
Markdown
37 lines
905 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
<!--
|
||
|
|
||
|
You're opening a bug report for the GitHub Actions Toolkit - this is the toolkit you can use to build your own reusable Actions in JavaScript or TypeScript.
|
||
|
|
||
|
If you're having trouble using GitHub Actions, you have a bug or need help with your workflow, then please post your question at:
|
||
|
|
||
|
GitHub Community Forum for GitHub Actions
|
||
|
https://github.community/t5/GitHub-Actions/bd-p/actions
|
||
|
|
||
|
Thanks for trying GitHub Actions!
|
||
|
|
||
|
-->
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior.
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Code Snippet**
|
||
|
If applicable, add a code snippet to help explain your problem.
|
||
|
|
||
|
**Additional information**
|
||
|
Add any other context about the problem here.
|