Skip to content

Commit a221023

Browse files
authored
Merge pull request #4 from fabidick22/update-github-actios-metadata
Update GitHub actios metadata
2 parents 067e59f + a509adb commit a221023

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: 'Detect PR changes'
22
description: 'Action to get paths and files changed in a Pull Request event and use these for GitHub Actions matrix'
3+
branding:
4+
icon: bar-chart
5+
color: white
36
inputs:
47
path:
58
description: 'Path'

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8896,7 +8896,7 @@ const main = async () => {
88968896

88978897
if (filteredFiles.length === 0) {
88988898
console.log("No matchs found.")
8899-
console.log(`Raw input: ${directory}`)
8899+
console.log(`Raw input: ${path}`)
89008900
console.log(`Regex: ${regExp.toString()}`)
89018901
}
89028902
await setOutputs(filteredFiles);

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const main = async () => {
3434

3535
if (filteredFiles.length === 0) {
3636
console.log("No matchs found.")
37-
console.log(`Raw input: ${directory}`)
37+
console.log(`Raw input: ${path}`)
3838
console.log(`Regex: ${regExp.toString()}`)
3939
}
4040
await setOutputs(filteredFiles);

0 commit comments

Comments
 (0)