add disable_annotations options to disable stats report (#162)

This commit is contained in:
Trim21
2024-11-27 14:16:18 +01:00
committed by GitHub
parent c83ccfeb86
commit 25839b6484
5 changed files with 44 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ inputs:
token:
description: "Used to pull the latest release from sccache. When running this action outside of github.com, you have to pass a personal access token for github.com."
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
disable_annotations:
description: "Disable annotation generation in post-run."
default: 'false'
runs:
using: "node20"
main: "dist/setup/index.js"