Skip to content

Commit 1f41dea

Browse files
Upgrade GoodEgg Action
1 parent 1c8bccc commit 1f41dea

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/good-egg.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ jobs:
1111
score:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: 2ndSetAI/good-egg@v2
14+
- id: egg
15+
uses: 2ndSetAI/good-egg@v2
1516
with:
1617
github-token: ${{ secrets.GITHUB_TOKEN }}
17-
skip-known-contributors: 'false'
18+
comment: 'true'
19+
check-run: 'true'
20+
fail-on-low: 'true'
21+
scoring-model: v2
22+
- name: Print results
23+
run: |
24+
echo "Score: ${{ steps.egg.outputs.score }}"
25+
echo "Trust level: ${{ steps.egg.outputs.trust-level }}"
26+
echo "Model: ${{ steps.egg.outputs.scoring-model }}"
27+
echo "User: ${{ steps.egg.outputs.user }}"

0 commit comments

Comments
 (0)