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