We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6e0da commit 290b0a9Copy full SHA for 290b0a9
.github/workflows/checks.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: 0
18
19
- name: Modify composer.json
20
run: |
0 commit comments