Skip to content

Commit

Permalink
Attempt to fix checkout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCrossBoy committed Dec 4, 2023
1 parent 16ced1c commit 629292c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jsdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}

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

0 comments on commit 629292c

Please sign in to comment.