Skip to content

Commit 5e33ea7

Browse files
committed
Adds org templating to the the issues
1 parent 3f75e26 commit 5e33ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: basic Shell
2323
run: |
2424
gh issue view ${{ github.event.issue.html_url }} --json body -t '{{.body}}' >> text_body
25-
jinja -D "this_issue" "${{ github.event.issue.number }}" -o text_body_out text_body
25+
jinja -D "this_issue" "${{ github.event.issue.number }}" -D "this_org" "${{ github.repository_owner }}" -o text_body_out text_body
2626
gh issue edit ${{ github.event.issue.html_url }} --body-file text_body_out
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)