Skip to content

Commit

Permalink
Update daily-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbintb authored Mar 3, 2025
1 parent 21b8c5a commit 8295ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
json=$(curl -s https://releases.unraid.net/usb-creator)
unraind_latest_version="${1:-$(echo "$json" | jq -r '.os_list[0].name' | sed 's/Unraid //')}"
echo "Latest version of Unraid is ${unraind_latest_version} and latest Docker image is ${docker_current_version}"
if [ "$docker_current_version" != "$unraind_latest_version" ]; then
if [ "$docker_current_version" == "$unraind_latest_version" ]; then
echo "No new version. Nothing to do."
echo "trigger_another_action=true" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 8295ecb

Please sign in to comment.