Skip to content

Commit

Permalink
adds tag to obtain the org
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio authored Oct 13, 2023
1 parent 144090e commit c18a37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: basic Shell
run: |
gh issue view ${{ github.event.issue.html_url }} --json body -t '{{.body}}' >> text_body
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" "$(gh repo view --json owner -t '{{.owner.login}}')" -o text_body_out text_body
gh issue edit ${{ github.event.issue.html_url }} --body-file text_body_out
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c18a37d

Please sign in to comment.