From aa901406900a431b0c92c0497ed7263aa2df5b7b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 30 Dec 2024 08:10:39 -0600 Subject: [PATCH] docs(action): Remove note about leading ./ This has been there since #267 but it isn't clear why it should be. --- docs/github-action.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/github-action.md b/docs/github-action.md index d2f9d67..174bb84 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -42,9 +42,6 @@ jobs: **Important** for any of the examples above, make sure that you choose 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`. - ## Input | Name | Description | Required | Default |