auth/dist
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
..
main feat: emit a warning when the workspace is empty (#117) 2022-01-26 15:27:51 -05:00
post bug: use actions-utils to emit HEAD warning (#102) 2021-12-30 15:00:21 +00:00