Skip to content

Commit

Permalink
Updated gist and coverage badge action
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyscholl committed Sep 29, 2023
1 parent d6bb764 commit 91f6cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
uses: schneegans/[email protected]
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
Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 91f6cfc

Please sign in to comment.