We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8bccc commit 1f41deaCopy full SHA for 1f41dea
1 file changed
.github/workflows/good-egg.yml
@@ -11,7 +11,17 @@ jobs:
11
score:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: 2ndSetAI/good-egg@v2
+ - id: egg
15
+ uses: 2ndSetAI/good-egg@v2
16
with:
17
github-token: ${{ secrets.GITHUB_TOKEN }}
- 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