Skip to content

Commit

Permalink
asdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 13, 2024
1 parent 38fbde0 commit 5e2d33d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -24459,6 +24459,7 @@ var run = async () => {
features,
sources
});
console.log(["perl", perl]);
if (perl) {
core2.setOutput("perl", dottedVersion(perl));
}
Expand Down
2 changes: 2 additions & 0 deletions src/main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const run = async () => {
sources,
});

console.log(['perl', perl]);

if (perl) {
core.setOutput('perl', dottedVersion(perl));
}
Expand Down

0 comments on commit 5e2d33d

Please sign in to comment.