Open adityaraute opened 10 months ago
Please specify your yaml for using this action
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
I think it worked in the end by specifying remote, etc. Think we can improve the error message or documentation in any way?
I don't exactly know what the issue is so we can't for now. Could you please provide the neccessary details?
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.
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.
Please assist.