Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Add fetch-depth: 0 to actions/checkout@v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
monaka committed Mar 14, 2020
1 parent 3c27e4c commit 89dbdd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-to-the-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: merge-push
run: |
git remote add up /~https://github.com/eclipse/che-devfile-registry.git
Expand Down

0 comments on commit 89dbdd3

Please sign in to comment.