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

[BUG] git add,./profile-summary-card-output/ Invalid status code: 128 #104

Closed
barats opened this issue Aug 23, 2022 · 2 comments
Closed

Comments

@barats
Copy link

barats commented Aug 23, 2022

I DID created a personal access tokens, then used it in my repo for a repository secrets, I also named that repo secret CARDS_TOKEN.

When I tried to launch the workflow blow, it failed with git error status 128. It's a little bit odd since I think I did it all right.

https://github.com/barats/barats/blob/main/.github/workflows/profile-summary-cards.yml

Run vn7n24fzkq/github-profile-summary-cards@release
  with:
    USERNAME: barats
    UTC_OFFSET: 0
  env:
    GITHUB_TOKEN: ***
Start...
Username: barats
UTC offset: 0
Remove old cards...
Creating ProfileDetailsCard...
Creating ReposPerLanguageCard...
Creating CommitsPerLanguageCard...
Creating StatsCard...
Creating ProductiveTimeCard...
Creating preview markdown...
Commit file...
Warning: Commit failed. Retry...
Warning: Commit failed. Retry...
Error: Error: git add,./profile-summary-card-output/

  Invalid status code: 128

Error: Error: git add,./profile-summary-card-output/ 

  Invalid status code: 128

I created https://github.com/barats/barats long ago and have some files in it. I don't know if it should be an empty repo for vn7n24fzkq/github-profile-summary-cards@release to push commits.

I also checked repo settings, I seems all right thought.

What is the possible problem?

@barats
Copy link
Author

barats commented Aug 23, 2022

It seems vn7n24fzkq/github-profile-summary-cards@release already finished creating profile but only failed during git push.

Very Odd.

@barats
Copy link
Author

barats commented Aug 25, 2022

I managed to get it done eventually. Instead of creating repo for myself, just forked your repo.

Thanks for ur amazing work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant