Skip to content

Commit 442e0b8

Browse files
authored
action.ts aktualisieren
1 parent cd7e3a3 commit 442e0b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/action.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ console.log('version:', versionInput);
77
actionsCore.setOutput('html', '<h1>HTML<h1>');
88
actionsCore.setOutput('text', '<h1>Text<h1>');
99
actionsCore.setOutput('json', JSON.stringify({author: "Author"}));
10+
11+
// https://feedback.minecraft.net/hc/en-us/sections/360002267532-Snapshot-Information-and-Changelogs
12+
// https://feedback.minecraft.net/hc/en-us/sections/360001186971-Release-Changelogs

0 commit comments

Comments
 (0)