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.
1 parent 80e0f15 commit fbf217dCopy full SHA for fbf217d
.github/workflows/resolve-build-deps.yaml
@@ -43,6 +43,8 @@ jobs:
43
steps:
44
- name: Checkout code
45
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ with:
47
+ fetch-depth: 0
48
- name: Get changed files
49
run: |
50
echo "files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }})" >> $GITHUB_OUTPUT
0 commit comments