mirror of
https://github.com/blueprint-community/action-export.git
synced 2026-02-18 20:01:55 +00:00
Fix: Incorrect output var name
This commit is contained in:
@@ -20,5 +20,4 @@ identifier=$(grep -m 1 "identifier:" /app/.blueprint/dev/conf.yml | cut -d ":" -
|
||||
echo "Copying output back to workspace"
|
||||
cp "/app/${identifier}.blueprint" "/github/workspace/${identifier}.blueprint"
|
||||
|
||||
# Set output if needed
|
||||
echo "blueprint_file=${identifier}.blueprint" >> $GITHUB_OUTPUT
|
||||
echo "file=${identifier}.blueprint" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user