Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: emit a warning when the workspace is empty #117

Merged
merged 1 commit into from Jan 26, 2022
Merged

Commits on Jan 26, 2022

  1. feat: emit a warning when the workspace is empty

    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.
    sethvargo committed Jan 26, 2022
    Copy the full SHA
    cef5c28 View commit details
    Browse the repository at this point in the history