From 8b872216ea9782eb2c685c08bfd0722129cba047 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Thu, 18 Nov 2021 11:01:35 +0100 Subject: [PATCH] ci: simplify coveralls job id --- .github/workflows/coveralls.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index be2683b..753caf6 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest env: NODE_COVERALLS_DEBUG: 1 + COVERALLS_SERVICE_JOB_ID: glog-${{github.run_number}} steps: - name: Coveralls Finished @@ -18,5 +19,3 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true - env: - COVERALLS_SERVICE_JOB_ID: glog-${{steps.date.outputs.date}}-${{github.run_number}}