Remove TODO from README

This commit is contained in:
Nick Alteen
2023-08-24 14:31:46 -04:00
parent 05e1cb88d5
commit e0529cc926

View File

@ -66,8 +66,8 @@ The [`action.yml`](action.yml) file defines metadata about your action, such as
input(s) and output(s). For details about this file, see
[Metadata syntax for GitHub Actions](https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions).
**TODO:** Update `action.yml` with the name, description, inputs, and outputs
for your action.
When you copy this repository, update `action.yml` with the name, description,
inputs, and outputs for your action.
## Update the Action Code