From 22e93568ddcc2e3161d1b3ac2ab2a7539f9a389d Mon Sep 17 00:00:00 2001 From: Silvio Ginter Date: Fri, 20 Dec 2024 10:53:04 +0100 Subject: [PATCH] add id for coverage workflow Signed-off-by: Silvio Ginter --- .github/workflows/go.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 36327b4..ca4de77 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,6 +31,7 @@ jobs: # You may pin to the exact commit or the version. # uses: gwatts/go-coverage-action@2845595538a59d63d1bf55f109c14e104c6f7cb3 uses: gwatts/go-coverage-action@v2.0.0 + id: coverage with: # github token #token: # optional, default is ${{ github.token }}