Skip to content

Commit e43dc25

Browse files
authored
chore: fix the enum backfill action (#34182)
### Issue # (if applicable) N/A ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0438773 commit e43dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enum-auto-updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
gh pr create --title "chore(${moduleName#aws-}): add new enum values for ${moduleName#aws-}" \
115115
--body "This PR updates the enum values for ${moduleName#aws-}." \
116116
--base main \
117-
--head "$branchName"
117+
--head "$branchName" \
118118
--label "contribution/core,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test"
119119
done
120120
env:

0 commit comments

Comments
 (0)