main.js aktualisiert
Test / test (push) Successful in 10s

This commit is contained in:
2023-07-27 20:45:54 +02:00
parent f5adac9f77
commit f2fae7646a
+9
View File
@@ -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();