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 614c134 commit 56e25d9Copy full SHA for 56e25d9
script.sh
@@ -15,12 +15,12 @@ aws_region=AWS_REGION
15
ls -l $build_path
16
17
if [ -z "$AWS_ACCESS_KEY_ID" ]; then
18
- echo "AWS_ACCESS_KEY was not found. Set this in your github secrets"
+ echo "AWS_ACCESS_KEY_ID was not found. Set this in your github secrets"
19
err=1
20
fi
21
22
if [ -z "$AWS_SECRET_ACCESS_KEY" ]; then
23
- echo "AWS_SECRET_ACCESS_KEY was not founde. Set this in your github secrets"
+ echo "AWS_SECRET_ACCESS_KEY was not found. Set this in your github secrets"
24
25
26
0 commit comments