Skip to content

Commit

Permalink
Set checkout fetch depth to 1
Browse files Browse the repository at this point in the history
Set fetch depth to 1
  • Loading branch information
Siedlerchr committed Sep 29, 2019
1 parent 74fb8bc commit 3fbe0a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 3fbe0a2

Please sign in to comment.