Skip to content

Commit 9d863f2

Browse files
authored
Update index.js
1 parent d42579c commit 9d863f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/echo-hello/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const core = require('@actions/core');
22

33
try {
4-
const rts = core.getInput('rts');
4+
const rts = process.env.rts;
55
console.log(`Hello, ${rts}`);
66
} catch (error) {
77
core.setFailed(error.message);

0 commit comments

Comments
 (0)