Skip to content

Commit efaf992

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

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
@@ -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/[email protected]

0 commit comments

Comments
 (0)