Skip to content

Commit

Permalink
Bad quoting in the wc assert
Browse files Browse the repository at this point in the history
  • Loading branch information
atspaeth committed May 24, 2024
1 parent 6f64557 commit 8191c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
${{ secrets.AWS_CREDENTIALS }}
run: |
mkdir ~/.aws
echo $AWS_CREDENTIALS > ~/.aws/credentials
[ 60 = $(wc ~/.aws/credentials -l) ]
echo "$AWS_CREDENTIALS" > ~/.aws/credentials
[ 60 = $(cat ~/.aws/credentials | wc -l) ]
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8191c63

Please sign in to comment.