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 79
79
# Render the document with diffs in the 'pr' mode.
80
80
- name : Render
81
81
if : inputs.workflow == 'pr'
82
- uses : . /.github/actions/render
82
+ uses : trustedcomputinggroup/pandoc /.github/actions/render
83
83
with :
84
84
input-md : ${{ inputs.input }}
85
85
output-basename : ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
90
90
# Render the document with diffs in the 'manual' mode.
91
91
- name : Render
92
92
if : inputs.workflow == 'manual'
93
- uses : . /.github/actions/render
93
+ uses : trustedcomputinggroup/pandoc /.github/actions/render
94
94
with :
95
95
input-md : ${{ inputs.input }}
96
96
output-basename : ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
99
99
# Render the document without diffs in other modes.
100
100
- name : Render
101
101
if : inputs.workflow != 'pr' && inputs.workflow != 'manual'
102
- uses : . /.github/actions/render
102
+ uses : trustedcomputinggroup/pandoc /.github/actions/render
103
103
with :
104
104
input-md : ${{ inputs.input }}
105
105
output-basename : ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}
You can’t perform that action at this time.
0 commit comments