Skip to content

Commit

Permalink
Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
rreynier committed Oct 9, 2024
1 parent 6d53168 commit 537864c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ const checklistPath = core.getInput('checklist_path');

(async () => {
try {

const checklistContent = await fs.readFile(checklistPath, "utf8");

console.log(checklistContent);
} catch (error) {
console.log(error.message);
}
})();

console.log(checklistContent);


console.log('we made it!');

0 comments on commit 537864c

Please sign in to comment.