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 3f75e26 commit 5e33ea7Copy full SHA for 5e33ea7
.github/workflows/update-issue.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: basic Shell
23
run: |
24
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
+ jinja -D "this_issue" "${{ github.event.issue.number }}" -D "this_org" "${{ github.repository_owner }}" -o text_body_out text_body
26
gh issue edit ${{ github.event.issue.html_url }} --body-file text_body_out
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments