From ff7a8be9799e0bce6880c32b6efadfae55130985 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 30 Dec 2024 08:08:51 -0600 Subject: [PATCH] docs(action): Rename Variables to Input --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index ac805a1..d2f9d67 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -45,7 +45,7 @@ a release or commit as a version, and not a branch (which is a moving target). Also make sure when referencing relative file paths to use `./` (e.g., `./file.txt` instead of `file.txt`. -## Variables +## Input | Name | Description | Required | Default | | ------------------ | --------------------------------------------------------------- | -------- | ---------------------------------------------------- |