We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a38f6 commit 796aa30Copy full SHA for 796aa30
.github/workflows/build-and-test-differential.yaml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@v4
39
with:
40
ref: ${{ github.event.pull_request.head.sha }}
41
- fetch-depth: ${{ env.PR_FETCH_DEPTH }}
+ fetch-depth: 1 # test failure message
42
43
- name: Show disk space before the tasks
44
run: df -h
0 commit comments