Skip to content

Commit 22815ac

Browse files
committed
changed dest_branch_allowed var to an input parameter because of github workflow restrictions
1 parent 0882765 commit 22815ac

File tree

1 file changed

+1
-1
lines changed
  • .github/templates/workflow-templates/cherry-pick

1 file changed

+1
-1
lines changed

.github/templates/workflow-templates/cherry-pick/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The `cherry-pick.yml` provides an automated, on-demand way to cherry-pick commit
1313

1414
### Setup
1515
1. Copy the `cherry-pick.yml` workflow template into your repository's `.github/workflows/` directory
16-
2. Update `cherry-pick.yml` with either `string` or `choice` input for the `dest_branch` input. Remove the other type from the yaml. Optionally update the `_DEST_BRANCH_ALLWOED` variable for validating the `dest_branch` string using a regex.
16+
2. Update `cherry-pick.yml` with either `string` or `choice` input for the `dest_branch` input. Remove the other type from the yaml. Optionally update the `dest_branch_allowed` input parameter for validating the `dest_branch` string using a regex.
1717

1818
### Usage
1919
1. Navigate to **Actions****Automated cherry pick** in your repository

0 commit comments

Comments
 (0)