File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 key : latex-${{ inputs.input }}-${{ inputs.container-version }}-${{ github.run_id }}
8282 restore-keys : latex-${{ inputs.input }}-${{ inputs.container-version }}
8383
84- # Note: It appears that we can't pass variables into 'uses:' below to allow callers to
85- # request a version of the action. Referencing it by local path breaks external workflows
86- # that call to this one.
87- # The unfortunate workaround is for this file to be updated to point at specific commits
88- # and reference that version of the action file in this reusable workflow.
8984 # Note: It appears that we can't pass variables into 'uses:' below to allow callers to
9085 # request a version of the action. Referencing it by local path breaks external workflows
9186 # that call to this one.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ print_usage() {
4242 echo " Usage:"
4343 echo " $( basename " ${0} " ) [options] [input-file]"
4444 echo
45- echo " If a volume is mapped to ` /extra_resources/{dir}` , input files may reference its contents as ` extra/{dir}` ."
45+ echo " If a volume is mapped to /extra_resources/{dir}, input files may reference its contents as extra/{dir}."
4646 echo
4747 echo " Arguments:"
4848 echo " This script takes a single markdown file input for rendering to docx/pdf/LaTeX."
You can’t perform that action at this time.
0 commit comments