Skip to content

Commit

Permalink
Update add_label.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jun 28, 2024
1 parent c7543b8 commit cd911bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
script: |
const files = context.payload.pull_request.files
console.log(`Modified files on this PR: ${files.map(f => f.filename).join(', ')}`)
console.log(`Modified files on this PR: ${files}`)
github.rest.issues.addLabels({
issue_number: context.issue.number,
Expand Down

0 comments on commit cd911bf

Please sign in to comment.