We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78abf7 commit 09b5d84Copy full SHA for 09b5d84
1 file changed
.github/workflows/release_workspace_version.yml
@@ -34,7 +34,7 @@ jobs:
34
if [[ "$PR_TITLE" == Version*Packages* \
35
&& "$USER_LOGIN" == "rhdh-bot" ]] \
36
&& [[ "$HEAD_REF" == maintenance-changesets-release/* ]] \
37
- && [[ "PR_MERGED" == "true" ]]; then
+ && [[ "$PR_MERGED" == "true" ]]; then
38
echo "is_version_pr=true" >> $GITHUB_OUTPUT
39
else
40
echo "is_version_pr=false" >> $GITHUB_OUTPUT
0 commit comments