Skip to content

Commit

Permalink
Update pandoc/core Docker tag to v3.6 (#444)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent c1b7bf6 commit f751fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-opened-issue-to-jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: echo "${{ github.event.issue.body }}" > ${{ runner.temp }}/_github_workflow/issue.md

- name: Convert GitHub markdown to Jira markup
uses: docker://pandoc/core:3.5
uses: docker://pandoc/core:3.6
with:
args: --from gfm --to jira --output=/github/workflow/issue.jira /github/workflow/issue.md

Expand Down

1 comment on commit f751fcf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.