From b4e423ab11ae3554a4463b8723258cb8befb7f5d Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 26 Jul 2022 11:14:52 -0700 Subject: [PATCH] Update README.md Co-authored-by: Tommy Byrd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68825e5..c5f272c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See [action.yml](action.yml) for the various `inputs` this action supports. For examples that make use of this action, check out our [starter-workflows][starter-workflows] in a variety of frameworks. -This action expects an artifact to have been uploaded from the same workflow using [`actions/upload-pages-artifact`][upload-pages-artifact]. +This action expects an artifact named `github-pages` to have been created prior to execution. This is done automatically using [`actions/upload-pages-artifact`][upload-pages-artifact]. We recommend this action to be used in a dedicated job: