auth/tests
Seth Vargo 983a037dfb
feat: emit a warning when the workspace is empty (#117)
There have been a number of GitHub issues recently due to users not adding actions/checkout before calling "auth", which makes the credentials unavailable to future steps. Worse, some people are putting checkout _after_ auth, which overwrites the generated credentials with a checkout of the repo.

This adds a feature that emits a warning with the workspace is empty.
2022-01-26 15:27:51 -05:00
..
client Emit a better error when OIDC information is missing (#81) 2021-12-09 12:52:57 -05:00
utils.test.ts feat: emit a warning when the workspace is empty (#117) 2022-01-26 15:27:51 -05:00