From f2fae7646a9d589596b289e620ab5434b6f5e10e Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Thu, 27 Jul 2023 20:45:54 +0200 Subject: [PATCH] main.js aktualisiert --- main.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main.js b/main.js index 4712347..862f636 100644 --- a/main.js +++ b/main.js @@ -4,6 +4,15 @@ const exec = require('@actions/exec') function run() { core.notice('Hello from a custom JS Action'); + + // Get Action Input Values + + + // Process + + + // Produce Action Output + } run();