Skip to content

Commit c97b15b

Browse files
committed
ci(build_docs): fix pandoc container syntax [citest_skip]
Use correct syntax for specifying container by sha256 hash Signed-off-by: Rich Megginson <rmeggins@redhat.com>
1 parent d24b3d0 commit c97b15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md
5353

5454
- name: Convert README.md to HTML and save to the version directory
55-
uses: docker://pandoc/core:8d7467e8ee40b0365a344c3d41067d6d2349da52e9961e4229f331094806fb14
55+
uses: docker://pandoc/core@sha256:c7ae8ec017f748173d102c13e41d3daf91082738bdc6c65567832bf6eedf3f3a
5656
with:
5757
args: >-
5858
--from gfm --to html5 --toc --shift-heading-level-by=-1

0 commit comments

Comments
 (0)