Skip to content

Commit

Permalink
fix: typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev authored Feb 16, 2023
1 parent 4fe22a6 commit 848d2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ set -e
OUTPUT=$(bash -c "npx netlify-cli $*" | tr '\n' ' ')
set +e

NETLIFY_OUPUT=$(echo "$OUTPUT")
NETLIFY_OUTPUT=$(echo "$OUTPUT")

echo "NETLIFY_OUTPUT=$NETLIFY_OUPUT" >> $GITHUB_OUTPUT
echo "NETLIFY_OUTPUT=$NETLIFY_OUTPUT" >> $GITHUB_OUTPUT

0 comments on commit 848d2bb

Please sign in to comment.