Skip to content

Commit

Permalink
chore: add input for branch in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelorenzo committed Oct 24, 2024
1 parent 2c7850c commit c514d46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ 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}
Expand Down

0 comments on commit c514d46

Please sign in to comment.