Skip to content

Commit 0eb507f

Browse files
authored
single line run
1 parent 06f864b commit 0eb507f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rsync-docker-bump.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- name: Get latest rsync tag
1717
id: latest_tag
1818
# shellcheck disable=SC2086
19-
run: |
20-
curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "name=latest_tag::{}" >> $GITHUB_OUTPUT
19+
run: curl --silent "https://api.github.com/repos/WayneD/rsync/tags" | jq -r '.[].name' | grep -m1 -v pre | xargs -I {} echo "name=latest_tag::{}" >> $GITHUB_OUTPUT
2120

2221
- name: Update Dockerfile with latest tag
2322
run: |

0 commit comments

Comments
 (0)