sobolevn / misspell-fixer-action

📝Automatically fixes typos and mistakes in your source code and docs!

Home Page:https://github.com/marketplace/actions/misspell-fixer-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Unable to process file command 'env' successfully.

stavares843 opened this issue · comments

Hello! 👋

using the following

name: Automatically fix typos
on:
  push:
    branches:
      - dev

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          ref: dev
      - uses: sobolevn/misspell-fixer-action@master
      - uses: peter-evans/create-pull-request@v4.2.0
        env:
          ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

returns the following error

Error: Unable to process file command 'env' successfully.
Error: Invalid format '+++ ./2019/index.html.68	2023-02-06 17:41:04.556125250 +0000'

I have been using this CI a lot and was working fine, but today returns error. I have tried a couple things but didn't work.

Full log here.

I also tried without the

env:
          ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'

but still returns error

was this one released? 🔨 still getting the same error

thanks for fixing! 🔨