From 91f6cfc672e818d57704d3dce2eb6385fe78790d Mon Sep 17 00:00:00 2001 From: Wesley Scholl Date: Fri, 29 Sep 2023 17:15:04 -0400 Subject: [PATCH] Updated gist and coverage badge action --- .github/workflows/node.js.yml | 4 ++-- dist/index.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ec46b35..15fe4b2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -63,8 +63,8 @@ jobs: uses: schneegans/dynamic-badges-action@v1.0.0 with: auth: ${{ secrets.GIST_SECRET }} - gistID: 10f0b77400703c4a65f38434106adf2d - filename: discussion-auto-responder__${{ env.BRANCH }}.json + gistID: fce8ce592425f8cc73ea124451808ce3 + filename: github-action-base-ts__${{ env.BRANCH }}.json label: Test Coverage message: ${{ env.COVERAGE }} color: green diff --git a/dist/index.js b/dist/index.js index aecbfa6..c8a6423 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23,6 +23,7 @@ function run() { const token = (0, core_1.getInput)("GITHUB_TOKEN"); const input1 = (0, core_1.getInput)("input1"); const input2 = (0, core_1.getInput)("input2"); + yield (0, core_1.setOutput)("token", token); yield (0, core_1.setOutput)("output1", input1); yield (0, core_1.setOutput)("output2", input2); });