Skip to content

Commit

Permalink
reference render by full filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Sep 11, 2024
1 parent 67f1c1a commit 201e4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
# Render the document with diffs in the 'pr' mode.
- name: Render
if: inputs.workflow == 'pr'
uses: trustedcomputinggroup/pandoc/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
with:
input-md: ${{ inputs.input }}
output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
Expand All @@ -100,7 +100,7 @@ jobs:
# Render the document with diffs in the 'manual' mode.
- name: Render
if: inputs.workflow == 'manual'
uses: trustedcomputinggroup/pandoc/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
with:
input-md: ${{ inputs.input }}
output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
Expand All @@ -109,7 +109,7 @@ jobs:
# Render the document without diffs in other modes.
- name: Render
if: inputs.workflow != 'pr' && inputs.workflow != 'manual'
uses: trustedcomputinggroup/pandoc/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
with:
input-md: ${{ inputs.input }}
output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
Expand Down

0 comments on commit 201e4e4

Please sign in to comment.