Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
FIx indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piper Dougherty committed Dec 24, 2021
1 parent 1bad9c1 commit ff615f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
files: example-env/simple/env.yaml
- name: Check action returns correct value for environment variable
run: |
if [[ $var =~ "www.example.com" ]]; then
echo "Pass"
else
echo "Test failed: output was not 'www.example.com'"
fi
if [[ $var =~ "www.example.com" ]]; then
echo "Pass"
else
echo "Test failed: output was not 'www.example.com'"
fi

0 comments on commit ff615f4

Please sign in to comment.