-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update pipeline failure #2
Comments
Ah, ok. My fault. On Paketo, we usually have an env variable custom set for the user name. I plugged in There's two choices here:
Do you have a preference @samj1912 ? |
|
Switch to using GITHUB_ACTOR as the username represented in the commit log for entries created by the pipeline. Resolved #2 Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
PR #3 should resolve this. I'm not sure if it can be tested prior to merging though, as we'd need to re-run the update pipeline workflow from the PR branch. I tried running from the branch, but it doesn't seem to pick up the change as it's still failing with the same issue (the username is empty, but as far as I know |
Switch to using GITHUB_ACTOR as the username represented in the commit log for entries created by the pipeline. Resolved #2 Signed-off-by: Daniel Mikusa <dmikusa@vmware.com>
I see it still failing and I get
when I try to add it manually |
For some reason none of this was working so I just hard-coded the username for now |
See https://github.com/buildpacks/profile/runs/7264000321?check_suite_focus=true
cc @dmikusa-pivotal
The text was updated successfully, but these errors were encountered: