Skip to content

Commit

Permalink
Merge pull request #4 from fabidick22/update-github-actios-metadata
Browse files Browse the repository at this point in the history
Update GitHub actios metadata
  • Loading branch information
fabidick22 authored Jul 7, 2022
2 parents 067e59f + a509adb commit a221023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: 'Detect PR changes'
description: 'Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix'
branding:
icon: bar-chart
color: white
inputs:
path:
description: 'Path'
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8896,7 +8896,7 @@ const main = async () => {

if (filteredFiles.length === 0) {
console.log("No matchs found.")
console.log(`Raw input: ${directory}`)
console.log(`Raw input: ${path}`)
console.log(`Regex: ${regExp.toString()}`)
}
await setOutputs(filteredFiles);
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const main = async () => {

if (filteredFiles.length === 0) {
console.log("No matchs found.")
console.log(`Raw input: ${directory}`)
console.log(`Raw input: ${path}`)
console.log(`Regex: ${regExp.toString()}`)
}
await setOutputs(filteredFiles);
Expand Down

0 comments on commit a221023

Please sign in to comment.