Skip to content

Commit

Permalink
Update formatter-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gellipapa authored Jan 20, 2024
1 parent 00158a8 commit 0995bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/formatter-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: "16"
Expand Down

0 comments on commit 0995bf6

Please sign in to comment.