Skip to content

Commit 12ed0a0

Browse files
authored
Update create-issue-from-file.yml
1 parent 0920759 commit 12ed0a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-issue-from-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- run: gh issue create --body-file .github/ISSUE_TEMPLATE/epics/test.md
15+
- run: gh issue create --body-file /../ISSUE_TEMPLATE/epics/test.md
1616
env:
1717
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
ISSUE: ${{ github.event.issue.html_url }}

0 commit comments

Comments
 (0)