Skip to content

Commit 19347ed

Browse files
committed
Fix typo in jsonnet dependency upgrade GH actions
Replace `commiter` to `committer`. Refer https://github.com/peter-evans/create-pull-request#action-inputs for more info about supported input properties for `peter-evans/create-pull-request@v3`. Signed-off-by: Arunprasad Rajkumar <[email protected]>
1 parent af2bc12 commit 19347ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
```
7272
team-reviewers: kube-prometheus-reviewers
73-
commiter: Prometheus Operator Bot <[email protected]>
73+
committer: Prometheus Operator Bot <[email protected]>
7474
author: Prometheus Operator Bot <[email protected]>
7575
branch: automated-updates-${{ matrix.branch }}
7676
delete-branch: true

0 commit comments

Comments
 (0)