mirror of
https://github.com/yeslayla/zappa-deploy-action.git
synced 2025-07-09 14:57:44 +02:00
Use github workspace
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
# Move to project directory
|
||||
cd $1
|
||||
cd $GITHUB_WORKSPACE/$1
|
||||
|
||||
# Config AWS profile
|
||||
mkdir -p ~/.aws
|
||||
|
Reference in New Issue
Block a user