Skip to content

Commit a03db93

Browse files
committed
Fix actions.yml link
1 parent 2b91a39 commit a03db93

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ project’s README for the `# build` section. Of course we install your
4949
dependencies first.
5050

5151
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]
52+
installs your deps and exports some variables like `VERSION`. See [`action.yml`]
5353
for all inputs and outputs.
5454

5555
[action.yml]: ../../action.yml
@@ -74,3 +74,6 @@ node --check ./action.js
7474
| Project | Version |
7575
|-------------|---------|
7676
| nodejs.org | ^16 |
77+
78+
79+
[`action.yml`]: ./action.yml

0 commit comments

Comments
 (0)