From: Terry Burton Date: Fri, 28 Jan 2022 13:56:12 +0000 (+0000) Subject: Scheduled fuzzing: More typos (#4382) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634085a0a6e6636186eced8987d75d4fc06d2c81;p=thirdparty%2Ffreeradius-server.git Scheduled fuzzing: More typos (#4382) --- diff --git a/.github/workflows/ci-scheduled-fuzzing.yml b/.github/workflows/ci-scheduled-fuzzing.yml index 8103f30c7fe..80bf1fbf005 100644 --- a/.github/workflows/ci-scheduled-fuzzing.yml +++ b/.github/workflows/ci-scheduled-fuzzing.yml @@ -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