Skip to content

Commit

Permalink
0.16.0: Minimal fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Sep 12, 2024
1 parent 3815c92 commit 2121c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { uuidv4 } = require('./utils/uuidUtils');
const { ingestFiles } = require('./utils/fileUtils');

try {
const actionVersion = require('../package.json').version;
const actionVersion = '0.15.0' // require('../package.json').version;
console.log(`Action version: ${actionVersion}`);

const dirsToScan = core.getInput('dirs_to_scan');
Expand Down
10 changes: 1 addition & 9 deletions lib/index.js

Large diffs are not rendered by default.

0 comments on commit 2121c30

Please sign in to comment.