Skip to content

Commit 99837fe

Browse files
authored
remove sc skip comment
1 parent 0eb507f commit 99837fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515

1616
- name: Get latest rsync tag
1717
id: latest_tag
18-
# shellcheck disable=SC2086
1918
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
2019

2120
- name: Update Dockerfile with latest tag

0 commit comments

Comments
 (0)