Skip to content

Commit

Permalink
Workflows: Fetch full history
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 30, 2024
1 parent 6e8283b commit bb5df03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:

steps:
- uses: actions/checkout@v3

with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3

with:
fetch-depth: 0

- name: Install node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit bb5df03

Please sign in to comment.