We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dfa462 commit 000a9d1Copy full SHA for 000a9d1
composer-action.bash
@@ -143,6 +143,8 @@ export COMPOSER_CACHE_DIR="/tmp/composer-cache"
143
unset ACTION_SSH_KEY
144
unset ACTION_SSH_KEY_PUB
145
146
+echo "::set-output name=full_command::${command_string}"
147
+
148
docker run --rm \
149
--volume "${github_action_path}/composer.phar":/usr/local/bin/composer \
150
--volume ~/.gitconfig:/root/.gitconfig \
@@ -154,5 +156,3 @@ docker run --rm \
154
156
--env-file <( env| cut -f1 -d= ) \
155
157
${memory_limit} \
158
${docker_tag} ${command_string}
-
-echo "::set-output name=full_command::${command_string}"
0 commit comments