Skip to content

Commit 6835929

Browse files
committed
Fix deprecated ::set-output
1 parent 8d510a8 commit 6835929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ do
160160
fi
161161
done <<<$(env)
162162

163-
echo "name=full_command::${command_string} >> $GITHUB_OUTPUT"
163+
echo "name=full_command::${command_string}" >> $GITHUB_OUTPUT
164164

165165
docker run --rm \
166166
--volume "${github_action_path}/composer.phar":/usr/local/bin/composer \

0 commit comments

Comments
 (0)