Skip to content

Commit

Permalink
modify after-validate-submission.yaml to add fetch-depth 2 when Check…
Browse files Browse the repository at this point in the history
…out for getting one ahead commit too
  • Loading branch information
kjsato committed Mar 5, 2024
1 parent 64cddd2 commit 1cf4373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/after-validate-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Checkout and push to another repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 1cf4373

Please sign in to comment.