We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7e3a3 commit 442e0b8Copy full SHA for 442e0b8
src/action.ts
@@ -7,3 +7,6 @@ console.log('version:', versionInput);
7
actionsCore.setOutput('html', '<h1>HTML<h1>');
8
actionsCore.setOutput('text', '<h1>Text<h1>');
9
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