Skip to content

Commit

Permalink
Update name and validate script.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamazeem authored Mar 24, 2023
1 parent d9f0c1e commit 053f8f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'envsubst-action'
name: 'substitute-action'
description: 'GitHub Action to substitute environment variables'
author: 'Azeem Sajid <[email protected]>'

Expand Down
1 change: 0 additions & 1 deletion scripts/validate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ validate_output_directory() {
echo "- [$OUTPUT_DIRECTORY] [FOUND]"
else
echo "- [$OUTPUT_DIRECTORY] [NOT FOUND]"
echo "- Creating [$OUTPUT_DIRECTORY]"
if ! mkdir -p "$OUTPUT_DIRECTORY"; then
echo "- Unable to create [$OUTPUT_DIRECTORY]!"
exit 1
Expand Down

0 comments on commit 053f8f5

Please sign in to comment.