We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0920759 commit 12ed0a0Copy full SHA for 12ed0a0
1 file changed
.github/workflows/create-issue-from-file.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - run: gh issue create --body-file .github/ISSUE_TEMPLATE/epics/test.md
+ - run: gh issue create --body-file /../ISSUE_TEMPLATE/epics/test.md
16
env:
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
ISSUE: ${{ github.event.issue.html_url }}
0 commit comments