diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a39452c..797ef07 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,11 @@ jobs: id: deploy uses: fjogeleit/http-request-action@v1 with: - url: 'https://alitayyeb.ir/deploy-from-git/' + url: 'https://alitayyeb.ir/deploy-from-git' method: 'POST' timeout: 20000 customHeaders: '{"Authorization": "${{ secrets.DEPLOY_KEY }}"}' + data: '{}' - name: Print Deploy Response run: | echo ${{ fromJson(steps.deploy.outputs.response).detail }}