Skip to content

Commit

Permalink
fix(ci): fix unexpected EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bray committed Jul 28, 2024
1 parent 0c4416c commit a3b58a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-abi-to-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
--body "$(echo -e 'gm ☀️\n\nhere are some incoming ABI changes from the `v1-core` repository\n\n**Summary of changes:**\n${{ env.CHANGED_FILES }}\n\nPlease review the changes to ensure there are no breaking changes before merging.')" \
--label "automated,scope: contracts" \
--reviewer "RTJ99" \
--assignee "heyJonBray" \
--assignee "heyJonBray")
env:
GH_TOKEN: ${{ secrets.SYNC_TOKEN }}

0 comments on commit a3b58a6

Please sign in to comment.