Skip to content

Commit

Permalink
Single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gchristov committed Oct 18, 2024
1 parent ed6b136 commit c6da9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
CHANGED_SERVICES+=("$file")
fi
done
echo "changed_services=["cat", "dog"]"
echo "changed_services=["cat", "dog"]" >> "$GITHUB_OUTPUT"
echo 'changed_services=["cat", "dog"]'
echo 'changed_services=["cat", "dog"]' >> "$GITHUB_OUTPUT"
produce-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c6da9ba

Please sign in to comment.