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 3a172cb commit 4c398a5Copy full SHA for 4c398a5
1 file changed
.github/actions/my-custom-deployer/action.yml
@@ -0,0 +1,5 @@
1
+name: "My Custom Deploy Action"
2
+description: "Deploys static files using Node 20"
3
+runs:
4
+ using: "node20"
5
+ main: "main.js"
0 commit comments