We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c4212 commit 46ef5d6Copy full SHA for 46ef5d6
1 file changed
.github/workflows/api_breakage.yml
@@ -20,6 +20,8 @@ jobs:
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v6
23
+ with:
24
+ fetch-depth: 0
25
26
- name: Install curl
27
run: |
0 commit comments