We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e6efa commit 08f1c89Copy full SHA for 08f1c89
.github/workflows/commit_performance_result.yml
@@ -20,6 +20,8 @@ jobs:
20
- uses: actions/checkout@v4
21
- run: |
22
aws s3 cp s3://graphql-java-jmh-output/${{ github.event.inputs.sha }}-jdk17.json ./performance-results
23
+ git config user.name "github-actions[bot]"
24
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
25
git add performance-results/${{ github.event.inputs.sha }}-jdk17.json
26
if [ -z "$(git status --porcelain)" ]; then
27
echo "Performance results already present"
0 commit comments