Skip to content

Commit

Permalink
Remove a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamictulip committed Nov 20, 2024
1 parent 444eb51 commit 35db828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- id: get-version
name: Get playwright version
run: |
version = npm list playwright --json | jq ".dependencies.[].dependencies.playwright.version"
version = npm list playwright --json | jq ".dependencies[].dependencies.playwright.version"
echo "playwright-version=${version}" >> $GITHUB_OUTPUT
test:
Expand Down

0 comments on commit 35db828

Please sign in to comment.