Skip to content

Commit

Permalink
DEBUG: changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkilgour committed Sep 21, 2023
1 parent 50ea95c commit 772122d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}
restore-keys: v1-npm-deps-
- name: Checkout repository for code diffing
# - name: Get changed files
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
env:
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
CHANGED_FILES: $(git diff --name-only $COMMIT_RANGE)
Expand Down

0 comments on commit 772122d

Please sign in to comment.