File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 # Render the document with diffs in the 'pr' mode.
8080 - name : Render
8181 if : inputs.workflow == 'pr'
82- uses : trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
82+ uses : trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea
8383 with :
8484 input-md : ${{ inputs.input }}
8585 output-basename : ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
9191 # Render the document with diffs in the 'manual' mode.
9292 - name : Render
9393 if : inputs.workflow == 'manual'
94- uses : trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
94+ uses : trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea
9595 with :
9696 input-md : ${{ inputs.input }}
9797 output-basename : ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
@@ -101,7 +101,7 @@ jobs:
101101 # Render the document without diffs in other modes.
102102 - name : Render
103103 if : inputs.workflow != 'pr' && inputs.workflow != 'manual'
104- uses : trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47
104+ uses : trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea
105105 with :
106106 input-md : ${{ inputs.input }}
107107 output-basename : ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
You can’t perform that action at this time.
0 commit comments