Skip to content

Commit 47fc5af

Browse files
committed
EN-23320 - Fixing summary output
1 parent dcacc5c commit 47fc5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/im-reusable-setup-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
| REF_TO_BUILD_AND_TAG | \`${{ steps.set-vars.outputs.REF_TO_BUILD_AND_TAG }}\` |
191191
| DIST_TAG | \`${{ steps.set-vars.outputs.DIST_TAG }}\` |
192192
| IS_DEPENDABOT_PR | \`${{ steps.actor_check.outputs.IS_DEPENDABOT_PR }}\` |
193-
| NEXT_VERSION | \`${{ steps.version.outputs.NEXT_VERSION }}\` |`;
193+
| NEXT_VERSION | \`${{ steps.version.outputs.NEXT_VERSION }}\` |`;
194194
} else {
195195
console.log('A workflow summary was provided and will be used instead of the default value.');
196196
}

0 commit comments

Comments
 (0)