Skip to content

Commit 252f5d1

Browse files
committed
Testing assistant workflow
1 parent 23b3efa commit 252f5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Test_installation_assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
;;
109109
esac
110110
echo "${{ env.COMPOSITE_NAME }}"
111-
COMPOSITE_NAME="${env.COMPOSITE_NAME/SUBNAME/$SUBNAME }"
111+
COMPOSITE_NAME="${COMPOSITE_NAME/SUBNAME/$SUBNAME }"
112112
echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV
113113
echo "${{ env.COMPOSITE_NAME }}"
114114

0 commit comments

Comments
 (0)