Skip to content

Commit

Permalink
correct url in inotify_version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener authored Apr 2, 2024
1 parent a1b6595 commit ecd575a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/inotify_version.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- name: Get latest Inotify version
id: get_latest_version
run: |
latest_version=$(curl -s https://api.github.com/repos/staubgeborener/klipper-backup/releases/latest | grep "tag_name" | sed -E 's/.*"([^"]+)".*/\1/')
latest_version=$(curl -s https://api.github.com/repos/inotify-tools/inotify-tools/releases/latest | grep "tag_name" | sed -E 's/.*"([^"]+)".*/\1/')
echo "::set-output name=latest_version::$latest_version"
- name: Read inotify_version content

0 comments on commit ecd575a

Please sign in to comment.