Update bug_report.md (#30)
Some checks failed
ci-workflow / build (macos-latest) (push) Has been cancelled
ci-workflow / build (ubuntu-latest) (push) Has been cancelled
ci-workflow / build (windows-latest) (push) Has been cancelled
release / release (push) Has been cancelled

* Update bug_report.md

* Added extension version list command
This commit is contained in:
Sankalp Kotewar
2022-08-17 12:39:16 +05:30
committed by GitHub
parent ccd695dfaa
commit 235994ccc5

View File

@@ -9,7 +9,7 @@ assignees: ''
### Describe the bug
A clear and concise description of what the bug is. Include CLI version by typing `gh actions-cache --version` and extension version by typing `gh actions-cache --version`. <!--TODO: Implement version printing for the cache -->
A clear and concise description of what the bug is. Include CLI version by typing `gh --version` and the extension version `gh extensions list | grep actions-cache`.
### Steps to reproduce the behavior