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 7933ce0 commit b6e9210Copy full SHA for b6e9210
.github/workflows/run_gen_code.yml
@@ -42,7 +42,7 @@ jobs:
42
id: prepare_target_branch
43
uses: ./.github/actions/prepare_branch
44
with:
45
- target_branch: ${{ inputs.target_branch }}
+ target_branch: ${{ inputs.target_branch || github.ref_name}}
46
pub_version: ""
47
branch_group: "special"
48
working_directory: ./
0 commit comments