Skip to content

Commit 06f864b

Browse files
authored
Workflow dispatch / shellcheck disable invalid check
1 parent ab16bb6 commit 06f864b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Update Rsync Tag in Dockerfile
22

33
on:
4+
workflow_dispatch:
45
schedule:
56
- cron: '0 0 * * *' # Runs daily at 00:00
67

@@ -14,6 +15,7 @@ jobs:
1415

1516
- name: Get latest rsync tag
1617
id: latest_tag
18+
# shellcheck disable=SC2086
1719
run: |
1820
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
1921

0 commit comments

Comments
 (0)