We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1ca048 + cf8e8bb commit 65f6acbCopy full SHA for 65f6acb
.github/workflows/test_changed_files.yml
@@ -29,11 +29,11 @@ jobs:
29
run: |
30
echo "Base ref: ${{ steps.set-target-branch.outputs.base_ref }}"
31
echo "Head ref: ${{ steps.set-target-branch.outputs.head_ref }}"
32
- # - uses: actions/checkout@v4
33
- # name: Checkout base branch
34
- # with:
35
- # fetch-depth: 100
36
- # ref: ${{ steps.set-target-branch.outputs.base_ref }}
+ - uses: actions/checkout@v4
+ name: Checkout base branch
+ with:
+ fetch-depth: 100
+ ref: ${{ steps.set-target-branch.outputs.base_ref }}
37
38
- uses: actions/checkout@v4
39
name: Checkout head branch
0 commit comments