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 f703b2a commit a68d5a2Copy full SHA for a68d5a2
hubspot-integration/README.md
@@ -0,0 +1,5 @@
1
+# Rebuild this Action
2
+```
3
+npm install
4
+ncc build index.js
5
hubspot-integration/action.yaml
@@ -0,0 +1,14 @@
+inputs:
+ hubspotToken:
+ description: 'you must provide HUBSPOT_TOKEN'
+ required: false
+ default: null
6
+ curRepoToken:
7
+ description: 'Get current repo context'
8
+ default: ${{ github.token }}
9
+outputs:
10
+ time:
11
+ description: 'The time we greeted you'
12
+runs:
13
+ using: 'node20'
14
+ main: 'dist/index.js'
0 commit comments