Skip to content

Commit

Permalink
Updaet
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlei committed Jan 9, 2024
1 parent e747fb5 commit ab11087
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
- name: Generate Changed Filenames
id: git-diff
uses: swaglive/action-git-diff@main
env:
OBJ: ${{ toJSON(github.event) }}
with:
head-ref: ${{ github.event.pull_request.head.sha || 'HEAD' }}
base-ref: ${{ github.event.pull_request.base.sha || 'HEAD~1' }}
base-ref: ${{ github.event.pull_request.base.sha || 'HEAD~2' }}
filename-pattern: |-
src/*.js
src/*.jsx

0 comments on commit ab11087

Please sign in to comment.