Skip to content

Commit

Permalink
Add proper syntax for bash variables
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <[email protected]>
Co-authored-by: jcrichlake <[email protected]>
Co-authored-by: pluckyswan <[email protected]>
Co-authored-by: halprin <[email protected]>
  • Loading branch information
5 people committed Oct 4, 2024
1 parent 21eff3a commit da3d2b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ jobs:
if [[ $FUNCTION_LIST == *"[]"* ]]; then
FAIL=true
fi
echo "::add-mask::FAIL"
echo "FAIL" >> $GITHUB_OUTPUT
echo "FAIL=$FAIL" >> $GITHUB_OUTPUT
id: getFunctionList

- name: 'Azure FunctionApp Check'
Expand Down

0 comments on commit da3d2b5

Please sign in to comment.