We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b91a39 commit a03db93Copy full SHA for a03db93
README.md
@@ -49,7 +49,7 @@ project’s README for the `# build` section. Of course we install your
49
dependencies first.
50
51
There is no need to specify a target, `- uses: teaxyz/setup@v0` by itself
52
-installs your deps and exports some variables like `VERSION`. See [action.yml]
+installs your deps and exports some variables like `VERSION`. See [`action.yml`]
53
for all inputs and outputs.
54
55
[action.yml]: ../../action.yml
@@ -74,3 +74,6 @@ node --check ./action.js
74
| Project | Version |
75
|-------------|---------|
76
| nodejs.org | ^16 |
77
+
78
79
+[`action.yml`]: ./action.yml
0 commit comments