File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 36
36
image : ${{ matrix.docker_image }}
37
37
steps :
38
38
- uses : actions/checkout@v4
39
+ with :
40
+ persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
41
+ fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
42
+ ref : refs/heads/${{ github.head_ref }}
43
+
44
+ - uses : tokusumi/markdown-embed-code@main
45
+ with :
46
+ markdown : " docs/writing-your-first-rclrs-node.md"
47
+ token : ${{ secrets.GITHUB_TOKEN }}
48
+ message : " synchronizing Markdown files"
49
+ silent : true
39
50
40
51
- name : Search packages in this repository
41
52
id : list_packages
Original file line number Diff line number Diff line change 36
36
image : ${{ matrix.docker_image }}
37
37
steps :
38
38
- uses : actions/checkout@v4
39
+ with :
40
+ persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
41
+ fetch-depth : 0 # otherwise, you will failed to push refs to dest repo
42
+ ref : refs/heads/${{ github.head_ref }}
43
+
44
+ - uses : tokusumi/markdown-embed-code@main
45
+ with :
46
+ markdown : " docs/writing-your-first-rclrs-node.md"
47
+ token : ${{ secrets.GITHUB_TOKEN }}
48
+ message : " synchronizing Markdown files"
49
+ silent : true
39
50
40
51
- name : Search packages in this repository
41
52
id : list_packages
You can’t perform that action at this time.
0 commit comments