Skip to content

Commit

Permalink
Create index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathiyarasy authored Sep 13, 2024
1 parent fa78c0e commit 81c2aa5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const core = require('@actions/core');

try {
const rts = core.getInput('rts');
console.log(`Hello, ${rts}`);
} catch (error) {
core.setFailed(error.message);
}

0 comments on commit 81c2aa5

Please sign in to comment.