Skip to content

Commit 85b803d

Browse files
author
Greg Bowler
authored
Merge pull request #93 from sacerro/fix-set-output-deprecation
Fix deprecated ::set-output
2 parents 07d9028 + 6835929 commit 85b803d

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 "::set-output name=full_command::${command_string}"
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)