Skip to content

Commit efaf992

Browse files
committed
fix cache key value
1 parent d07898d commit efaf992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "branch updated"
6565
echo "$buildid" >state/buildid
6666
echo "$timestamp" >state/timestamp
67-
echo BUILDID=$timestamp >> $GITHUB_ENV
67+
echo BUILDID=$buildid >> $GITHUB_ENV
6868
fi
6969
- name: Discord Webhook Action
7070
uses: tsickert/discord-webhook@v5.3.0

0 commit comments

Comments
 (0)