Skip to content

Commit

Permalink
Dispatch message_data transport workflow from dev branch
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Aug 2, 2024
1 parent 596ef65 commit 88ef886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transport.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GH_TOKEN: ${{ secrets.MESSAGE_DATA_DISPATCH_TOKEN }}
run: |
gh workflow run \
${{ env.target }} --ref fix/transport-workflow \
${{ env.target }} --ref=dev \
--field ref=${{ github.ref }} \
--field sha=${{ github.sha }} \
--field base=${{ env.base }} \
Expand Down

0 comments on commit 88ef886

Please sign in to comment.