]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Scheduled fuzzing: More typos (#4382)
authorTerry Burton <tez@terryburton.co.uk>
Fri, 28 Jan 2022 13:56:12 +0000 (13:56 +0000)
committerGitHub <noreply@github.com>
Fri, 28 Jan 2022 13:56:12 +0000 (07:56 -0600)
.github/workflows/ci-scheduled-fuzzing.yml

index 8103f30c7feff58a5f27c82464376eece3144efc..80bf1fbf00581f28a958066382194831f66bcd1d 100644 (file)
@@ -151,8 +151,8 @@ jobs:
         CORPUSAGE="$((`date +%s` - "$CORPUSCT"))"
         CORPUSDAYS="$(($CORPUSAGE / 86400))"
         echo "$PROTOCOL corpus age is $CORPUSAGE secs ($CORPUSDAYS days)"
-        echo "::set-output name=corpusct::$CORPUSCT)"
-        echo "::set-output name=corpusage::$CORPUSAGE))"
+        echo "::set-output name=corpusct::$CORPUSCT"
+        echo "::set-output name=corpusage::$CORPUSAGE"
 
     - name: Restore the fuzzer corpus tar file from cache
       uses: actions/cache@v2