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 4c398a5 commit 8e0bc41Copy full SHA for 8e0bc41
1 file changed
.github/actions/my-custom-deployer/main.js
@@ -0,0 +1,3 @@
1
+console.log("🚀 Custom Node Deployer script triggered successfully!");
2
+console.log("Current working directory: ", process.cwd());
3
+// Add any minor file validation logic here if needed
0 commit comments