Closed that70schris closed 9 months ago
Hi there @that70schris :wave:!
Thank you for opening an issue. Our team will triage this as soon as we can. Please take a moment to review the troubleshooting steps which lists common error messages and their resolution steps.
"Checkout" also creates the shared working directory which is shared with later steps. You can also touch $GITHUB_WORKSPACE
in a bash script.
@sethvargo right but it seems I don't need the shared working directory? however I do need the file. To be clear the script I shared is working just fine, but with that warning message. If I add create_credentials_file: false
it fails
https://github.com/google-github-actions/auth/blob/51342a1a91dfd798639e5ce9c0c4fde05bb24f6a/src/main.ts#L171
I'm a bit confused by this warning:
is a bit confusing. In my case I do need the credentials file for
get-gke-credentials
, but have no need to checkout the code. example: