Skip to content

Commit

Permalink
change action
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor committed Apr 9, 2024
1 parent 0f7e40c commit c3a4f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
const { commits } = context.payload.pull_request
console.log(commits)
const rawFiles = execSync(`git diff-tree --no-commit-id --name-only -r HEAD`).toString()
console.log('rawFiles', rawFiles)
const files = rawFiles.split('\n').filter(Boolean)
console.log(files)

0 comments on commit c3a4f95

Please sign in to comment.