Skip to content

Commit 324cdff

Browse files
build: update markdown-autodocs usage in workflow files for consistency
1 parent 11392bc commit 324cdff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust-minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
image: ${{ matrix.docker_image }}
3737
steps:
3838
- name: Markdown autodocs
39-
- uses: dineshsonachalam/[email protected]
39+
uses: dineshsonachalam/[email protected]
4040
with:
4141
commit_message: Synchronizing Markdown files
4242
branch: ${{ github.head_ref }}

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
image: ${{ matrix.docker_image }}
3737
steps:
3838
- name: Markdown autodocs
39-
- uses: dineshsonachalam/[email protected]
39+
uses: dineshsonachalam/[email protected]
4040
with:
4141
commit_message: Synchronizing Markdown files
4242
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)