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

What is status code 128? #131

Open
adityaraute opened this issue Dec 26, 2023 · 5 comments
Open

What is status code 128? #131

adityaraute opened this issue Dec 26, 2023 · 5 comments

Comments

@adityaraute
Copy link

I'm very new to this.
I don't understand what this action is doing in this particular execution.
What does a status code of 128 mean and why is the job failing? I cannot find any documentation either.

image

Please assist.

@creyD
Copy link
Owner

creyD commented Jan 10, 2024

Please specify your yaml for using this action

@creyD
Copy link
Owner

creyD commented Jan 10, 2024

Please try like this and see if the output changes:

name: Prettier Action

on:
  push

jobs:
  prettier:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v4
        with:
          ref: ${{ github.head_ref }}

      - name: Prettify code
        uses: creyD/prettier_action@v4.3

@adityaraute
Copy link
Author

I think it worked in the end by specifying remote, etc. Think we can improve the error message or documentation in any way?

@creyD
Copy link
Owner

creyD commented Jan 16, 2024

I don't exactly know what the issue is so we can't for now. Could you please provide the neccessary details?

@adityaraute
Copy link
Author

I had to add this chunk in the workflow for this to work.
- name: Commit URL run: git remote set-url origin https://github-actions:${{github.token}}@github.com/<repo-URL>

Not sure if this helps.

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

2 participants