Skip to content

Commit 91f6cfc

Browse files
committed
Updated gist and coverage badge action
1 parent d6bb764 commit 91f6cfc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

‎.github/workflows/node.js.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
uses: schneegans/dynamic-badges-action@v1.0.0
6464
with:
6565
auth: ${{ secrets.GIST_SECRET }}
66-
gistID: 10f0b77400703c4a65f38434106adf2d
67-
filename: discussion-auto-responder__${{ env.BRANCH }}.json
66+
gistID: fce8ce592425f8cc73ea124451808ce3
67+
filename: github-action-base-ts__${{ env.BRANCH }}.json
6868
label: Test Coverage
6969
message: ${{ env.COVERAGE }}
7070
color: green

‎dist/index.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function run() {
2323
const token = (0, core_1.getInput)("GITHUB_TOKEN");
2424
const input1 = (0, core_1.getInput)("input1");
2525
const input2 = (0, core_1.getInput)("input2");
26+
yield (0, core_1.setOutput)("token", token);
2627
yield (0, core_1.setOutput)("output1", input1);
2728
yield (0, core_1.setOutput)("output2", input2);
2829
});

0 commit comments

Comments
 (0)