Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathiyarasy authored Sep 13, 2024
1 parent d42579c commit 9d863f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/echo-hello/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const core = require('@actions/core');

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

0 comments on commit 9d863f2

Please sign in to comment.