We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06899c1 commit f17fb9cCopy full SHA for f17fb9c
.github/workflows/repository_dispatch.yml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ with:
12
+ fetch-depth: 0
13
- name: Install dependencies
14
run: bash ./tools/prepare-ci.sh
15
- name: Handle Event
0 commit comments