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 08f1c89 commit 2f7e724Copy full SHA for 2f7e724
.github/workflows/commit_performance_result.yml
@@ -1,4 +1,4 @@
1
-name: Copy performance results from S3
+name: Commit performance results into repo
2
on:
3
workflow_dispatch:
4
inputs:
@@ -10,7 +10,7 @@ permissions:
10
id-token: write # This is required for requesting the JWT
11
contents: write # This is required for pushing changes back to the repo
12
jobs:
13
- publishCommit:
+ commitPerformanceResults:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: aws-actions/configure-aws-credentials@v4
0 commit comments