jbrooksuk / laravel-forge-action

Deploy your application to Laravel Forge with GitHub Actions.
https://james.brooks.page
MIT License
81 stars 5 forks source link

URL 400 Error v1.0.3 #22

Closed secondmanveran closed 1 year ago

secondmanveran commented 1 year ago

No matter which method I try, trigger_url or api I get the following error using the latest 1.0.3 version.

curl: (22) The requested URL returned error: 400

When I switch back to 1.0.2 both methods work as expected.

deploy:
  name: Deploy to Laravel Forge
  needs: [compile, create, release]
  runs-on: ubuntu-latest

  steps:
    - name: Deploy Production Code
      uses: jbrooksuk/laravel-forge-action@v1.0.3
      with:
        trigger_url: ${{ secrets.MAIN_TRIGGER }}

Let me know if there's anything else you need to investigate the issue.

jbrooksuk commented 1 year ago

@secondmanveran can you please email forge@laravel.com with the ID of the server and site, please. Just reference this issue and we'll take a look.

jbrooksuk commented 1 year ago

I've reverted the change between v1.0.3 and v1.0.2. https://github.com/jbrooksuk/laravel-forge-action/releases/tag/v1.0.4 is now available.