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 02af9dc commit edd58f4Copy full SHA for edd58f4
README.md
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v2
24
- uses: actions/setup-go@v3
25
- - uses: stackaid/generate-stackaid-json@v1.5
+ - uses: stackaid/generate-stackaid-json@v1.6
26
```
27
28
This will commit a `stackaid.json` file in your repository which will then automatically show up for funding in the StackAid dashboard.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stackaid-json-generator",
3
- "version": "1.5.0",
+ "version": "1.6.0",
4
"private": false,
5
"description": "A GitHub action to generate a stackaid.json file based on your repository's dependency graph",
6
"main": "lib/src/main.js",
0 commit comments