mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-04 12:53:15 +08:00
added file name of action.yml file. When first starting out, everything is confusing and a first time actions creator might not know which file to update (#122)
This commit is contained in:
committed by
Danny McCormick
parent
7bc0d5222f
commit
f689e65c54
@@ -37,7 +37,7 @@ $ npm install
|
|||||||
|
|
||||||
## Define Metadata
|
## Define Metadata
|
||||||
|
|
||||||
Your action has a name and a description. Update all fields .
|
Your action has a name and a description. Update all fields in action.yml .
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
name: 'Hello'
|
name: 'Hello'
|
||||||
|
|||||||
Reference in New Issue
Block a user