Skip to content

Commit

Permalink
feat: using actions in root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 9, 2022
1 parent 56a5c81 commit be4a0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/pipeline-config-scrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const github = require('@actions/github');
const linguist = require('linguist-js');

try {
const { files, languages, unknown } = linguist(folder, options);
const { files, languages, unknown } = linguist('./', {});

core.setOutput("language", languages);
const payload = JSON.stringify(github.context.payload, undefined, 2)
Expand Down

0 comments on commit be4a0b2

Please sign in to comment.