Skip to content

Commit 509c8f4

Browse files
authored
Fix "current_date: unbound variable" in steam_mod_update_notifier.yml (#3095)
1 parent f9f84aa commit 509c8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/steam_mod_update_notifier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ jobs:
194194
fi
195195
196196
echo "[$mod_name] New update detected (stored=${previous_ts}, current=${current_ts})."
197+
current_date="$(date -u -d "@${current_ts}" '+%Y-%m-%d %H:%M UTC')"
197198
198199
release_notes="$(scrape_changelog_notes "$id" "$previous_ts")"
199200

0 commit comments

Comments
 (0)