Skip to content

Commit

Permalink
fix cache key value
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Jan 27, 2025
1 parent d07898d commit efaf992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/watch-df-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "branch updated"
echo "$buildid" >state/buildid
echo "$timestamp" >state/timestamp
echo BUILDID=$timestamp >> $GITHUB_ENV
echo BUILDID=$buildid >> $GITHUB_ENV
fi
- name: Discord Webhook Action
uses: tsickert/discord-webhook@v5.3.0
Expand Down

0 comments on commit efaf992

Please sign in to comment.