We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dab606 commit 62b869fCopy full SHA for 62b869f
.github/workflows/watch-df-release.yml
@@ -55,7 +55,7 @@ jobs:
55
last_timestamp=$(cat state/timestamp)
56
if [ -z "$last_timestamp" ]; then
57
echo "no stored timestamp"
58
- buildid=0
+ last_buildid=0
59
last_timestamp=0
60
else
61
echo "stored buildid and timestamp of last branch update: $last_buildid, $last_timestamp"
0 commit comments