Skip to content

Commit

Permalink
chore: Update GitHub Actions workflow for Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPabloDiaz authored and nimzco committed Aug 23, 2024
1 parent 0c2af89 commit 8304d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
# ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 8304d8e

Please sign in to comment.