mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-11 08:56:55 +00:00
23 lines
767 B
Markdown
23 lines
767 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG] "
|
|
labels: bug
|
|
assignees: RichiCoder1
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
The yaml of the `vault-action` step, with any sensitive information masked or removed.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Log Output**
|
|
For the most verbose logs, [add a secret called `ACTIONS_STEP_DEBUG` with the value `true`](https://github.com/actions/toolkit/blob/master/docs/action-debugging.md). Then, re-run the workflow if possible and post the *raw logs* for the step here with any sensitive information masked or removed.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|