You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ ${{ needs.build-module.outputs.module-version }} != ${{ needs.build-widget.outputs.widget-version }} ]]; then
25
+
echo "Module version (${{ needs.build-module.outputs.module-version }}) and widget version (${{ needs.build-widget.outputs.widget-version }}) do not match"
0 commit comments