We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42096bf commit ef4609eCopy full SHA for ef4609e
.github/actions/metadata/action.yml
@@ -157,7 +157,7 @@ runs:
157
base_ref='${{ github.event.pull_request.base.ref || github.event.base_ref || github.ref_name || github.event.branch || github.ref }}'
158
is_ent_repo='true'
159
is_ent_branch='true'
160
- is_ce_in_enterprise=$([[ $base_ref == ce/* ]] && echo "true" || echo "false")
+ is_ce_in_enterprise=$([[ $base_ref == ce/* || $base_ref == refs/heads/ce/* ]] && echo "true" || echo "false")
161
if [ "$is_ce_in_enterprise" = 'true' ]; then
162
is_enterprise="false"
163
is_ent_branch="false"
0 commit comments