Skip to content

Commit 0329436

Browse files
author
Greg Bowler
committed
Pass host env to docker
1 parent b2b33b9 commit 0329436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer-action.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ echo "Command: $command_string" >> output.log 2>&1
133133
mkdir -p /tmp/composer-cache
134134

135135
export COMPOSER_CACHE_DIR="/tmp/composer-cache"
136+
echo "Starting..."
136137

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

0 commit comments

Comments
 (0)