Skip to content

Commit 2a17dd5

Browse files
committed
add channel name to debug output
1 parent a626f12 commit 2a17dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/watch-df-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
echo "no stored version"
133133
last_version=0
134134
else
135-
echo "stored version: $last_version"
135+
echo "stored ${{ matrix.channel }} version: $last_version"
136136
fi
137137
if [ "$(tr -d '.' <<<"$version")" -gt "$(tr -d '.' <<<"$last_version")" ]; then
138138
echo "${{ matrix.channel }} has been updated"

0 commit comments

Comments
 (0)