make simpler

This commit is contained in:
Alif Rachmawadi
2023-03-21 21:45:02 +07:00
parent 8dbc29a898
commit 42b3ed07e1

View File

@@ -143,7 +143,7 @@ if [[ "$PRINT_ONLY" == true ]]; then
echo "CHANNEL=$info_channel" echo "CHANNEL=$info_channel"
echo "VERSION=$info_version" echo "VERSION=$info_version"
echo "ARCHITECTURE=$info_architecture" echo "ARCHITECTURE=$info_architecture"
echo "CACHE-KEY=$expanded_key" echo "CACHE-KEY=$CACHE_KEY"
echo "CACHE-PATH=$CACHE_PATH" echo "CACHE-PATH=$CACHE_PATH"
} >>"$GITHUB_OUTPUT" } >>"$GITHUB_OUTPUT"