From e0529cc926ee59f56cee3951252c0b8991f5b2d2 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 24 Aug 2023 14:31:46 -0400 Subject: [PATCH] Remove TODO from README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a257fe0..38764e5 100644 --- a/README.md +++ b/README.md @@ -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