We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eecbf commit 7bf326fCopy full SHA for 7bf326f
1 file changed
.github/workflows/reusable-publish-release.yml
@@ -109,8 +109,8 @@ jobs:
109
exit 0
110
fi
111
112
- if [ -z "${{ inputs.trb-node-description }}" ]; then
113
- echo '👻 trb-node-description is not configured.'
+ if [ -z "${{ inputs.trb-project-node-name }}" ]; then
+ echo '👻 trb-project-node-name is not configured.'
114
printf 'enabled=false\n' >> "$GITHUB_OUTPUT"
115
116
0 commit comments