Skip to content

Commit 08f1c89

Browse files
committed
workflow to copy performance results
1 parent 91e6efa commit 08f1c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/commit_performance_result.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- run: |
2222
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"
2325
git add performance-results/${{ github.event.inputs.sha }}-jdk17.json
2426
if [ -z "$(git status --porcelain)" ]; then
2527
echo "Performance results already present"

0 commit comments

Comments
 (0)