Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
runs-on: ubuntu-latest
environment:
name: CppWarningNotifier
env:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v6
- uses: ./
with:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
RUN_ID: ${{ github.run_id }}
JOB_ID: ${{ job.check_run_id }}
STEP_REGEX: build-.*
Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ inputs:
requird: true
JOB_ID:
required: true
PRIVATE_KEY:
required: true
JOB_REGEX:
required: true
STEP_REGEX:
Expand Down
273 changes: 132 additions & 141 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading