Skip to content

Commit 30418ff

Browse files
esteveroboticswithjulia
authored andcommitted
build: use fork for the sync action, upstream has not been updated in a long time
Signed-off-by: Esteve Fernandez <esteve@apache.org>
1 parent 913fbe3 commit 30418ff

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
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
4242
ref: refs/heads/${{ github.head_ref }}
4343

44-
- uses: tokusumi/markdown-embed-code@main
44+
- uses: technology-studio-forks/markdown-embed-code@main
4545
with:
4646
markdown: "docs/writing-your-first-rclrs-node.md"
4747
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/rust-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
4242
ref: refs/heads/${{ github.head_ref }}
4343

44-
- uses: tokusumi/markdown-embed-code@main
44+
- uses: technology-studio-forks/markdown-embed-code@main
4545
with:
4646
markdown: "docs/writing-your-first-rclrs-node.md"
4747
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)