From 068317fb404557eb5d73074585d7dff4c1b25708 Mon Sep 17 00:00:00 2001 From: Philip De Lorenzo Date: Wed, 23 Oct 2024 21:44:07 -0700 Subject: [PATCH] chore: add input for branch in the action --- .github/workflows/test_dispatch.yml | 4 ---- 1 file changed, 4 deletions(-) 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}