Skip to content

Commit

Permalink
Use fetch-depth: 0 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma committed Apr 27, 2021
1 parent 66285ae commit ca87c8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- run: git fetch origin main
- run: git fetch origin stable
- run: git checkout stable
- run: git merge --ff --allow-unrelated-histories main
- run: git merge --ff main
- run: git push origin stable

0 comments on commit ca87c8e

Please sign in to comment.