We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe491c commit e51e003Copy full SHA for e51e003
.github/workflows/pr_criterion.yaml
@@ -26,6 +26,8 @@ jobs:
26
BRANCH_NAME: ${{ github.event.before }}
27
steps:
28
- uses: actions/checkout@v4
29
+ with:
30
+ fetch-depth: 10 # Fetch current commit and its parent
31
- uses: arduino/setup-protoc@v3
32
with:
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments