Skip to content

Commit

Permalink
fix exclude option
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 14, 2024
1 parent 65975ab commit eedf136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ inputs:
exclude:
description: 'Patterns to exclude from returned prerequisites'
required: false
default: ''

outputs:
perl:
Expand Down
2 changes: 1 addition & 1 deletion test/action.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe('GitHub action', function () {
phases: 'test',
relationships: 'recommends',
features: '',
excludes: '',
exclude: '',
});
expect(outputs).to.be.deep.equal({
'prereqs': 'CPAN::Meta~2.120900\n',
Expand Down

0 comments on commit eedf136

Please sign in to comment.