From 88fbfac1f69f9ad9e618d47557e10b449e9acd63 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 22 Jan 2022 14:41:04 -0500 Subject: [PATCH] docs: note checkout must come first --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f73916..47462f8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ jobs: id-token: 'write' steps: + # actions/checkout MUST come before auth - uses: 'actions/checkout@v2' - id: 'auth'