Skip to content

Commit dd683d0

Browse files
use | instead of > for mulit-line
1 parent 5aeca19 commit dd683d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hook-dependencies-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
[1]: https://github.com/peter-evans/create-pull-request
4545
4646
- name: Push latest tag
47-
run: >
47+
run: |
4848
Rscript -e "install.packages('desc')"
4949
TAG="v$(Rscript -e 'cat(as.character(desc::desc_get_version()))')"
5050
git tag $TAG

0 commit comments

Comments
 (0)