diff --git a/.github/workflows/test_dispatch.yml b/.github/workflows/test_dispatch.yml index c1316ae..dac7244 100644 --- a/.github/workflows/test_dispatch.yml +++ b/.github/workflows/test_dispatch.yml @@ -52,11 +52,7 @@ jobs: echo "${{ steps.target.outputs.target }}" curl -H "Content-Type: application/json" -H "Authorization: token ${GITHUB_TOKEN}" -H "Accept: application/vnd.github.everest-preview+json" -d "{\"event_type\": \"${EVENT_TYPE}\"}" "https://api.github.com/repos/${{ steps.target.outputs.target }}/dispatches" -<<<<<<< HEAD - uses: philipdelorenzo/sync-action-status@master -======= - - uses: philipdelorenzo/sync-action-status@${{ github.event.inputs.version }} ->>>>>>> 20d7634 (chore: add input for branch in the action) with: gh_token: ${{ secrets.GH_TOKEN }} event_type: ${EVENT_TYPE}