diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index cf5ef5f..c405c0e 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -79,7 +79,7 @@ jobs: # Render the document with diffs in the 'pr' mode. - name: Render if: inputs.workflow == 'pr' - uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47 + uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea with: input-md: ${{ inputs.input }} output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }} @@ -91,7 +91,7 @@ jobs: # Render the document with diffs in the 'manual' mode. - name: Render if: inputs.workflow == 'manual' - uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47 + uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea with: input-md: ${{ inputs.input }} output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }} @@ -101,7 +101,7 @@ jobs: # Render the document without diffs in other modes. - name: Render if: inputs.workflow != 'pr' && inputs.workflow != 'manual' - uses: trustedcomputinggroup/pandoc/.github/actions/render@8f79b567c9dc6b15afba5d83d61e0d37f9508c47 + uses: trustedcomputinggroup/pandoc/.github/actions/render@9fc48b7544bebad0d8dfb8518113e22866f830ea with: input-md: ${{ inputs.input }} output-basename: ${{ steps.gen_output_name.outputs.OUTPUT_FILENAME }}