Skip to content

Commit 7f2ec22

Browse files
authored
fix(ci/max-pods): remove duplicate create PR step (#2524)
1 parent 7b117ef commit 7f2ec22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-eni-max-pods.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
set -o errexit
2929
cd amazon-eks-ami/nodeadm
3030
make generate-instance-info
31-
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # 7.0.8
3231
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0
3332
with:
3433
repository: aws/amazon-vpc-cni-k8s
@@ -47,7 +46,7 @@ jobs:
4746
base: main
4847
add-paths: |
4948
templates/shared/runtime/eni-max-pods.txt
50-
nodeadm/internal/kubelet/eni-max-pods.txt
49+
nodeadm/internal/kubelet/instance-info.jsonl
5150
commit-message: "chore: update eni-max-pods.txt"
5251
committer: "GitHub <noreply@github.com>"
5352
author: "GitHub <noreply@github.com>"

0 commit comments

Comments
 (0)