Skip to content

Commit

Permalink
Testing assistant workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Aug 27, 2024
1 parent 25ca084 commit f3ee77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Test_installation_assistant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
;;
esac
echo "${{ env.COMPOSITE_NAME }}"
COMPOSITE_NAME="${ env.COMPOSITE_NAME/SUBNAME/$SUBNAME }"
COMPOSITE_NAME="${COMPOSITE_NAME/SUBNAME/$SUBNAME }"
echo "COMPOSITE_NAME=$COMPOSITE_NAME" >> $GITHUB_ENV
echo "${{ env.COMPOSITE_NAME }}"
Expand Down

0 comments on commit f3ee77b

Please sign in to comment.