]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update coverity secret check to new ENV file covenvupgrade 1863/head
authorFlole <Flole998@users.noreply.github.com>
Thu, 26 Jun 2025 23:41:22 +0000 (01:41 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Jun 2025 23:41:22 +0000 (01:41 +0200)
.github/workflows/coverity.yml

index 0152ba03789a8df7a899d0c69393ec9ce46031a6..7569b70d28a5ec4be7f944094c9fd771dc71a830 100644 (file)
@@ -19,7 +19,7 @@ jobs:
             env:
                 TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
             if: "${{ env.TOKEN != '' }}"
-            run: echo "::set-output name=defined::true"
+            run: echo "defined=true" >> $GITHUB_OUTPUT
 
   coverity:
     needs: [check-secret]