Skip to content

Commit

Permalink
fix bad substition
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Mar 15, 2024
1 parent 765f28a commit 2b9cc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pr-subnet-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Get the body of the original PR
--repo ava-labs/subnet-evm \
--title "${{ github.event.pull_request.title }}" \
--body "This PR was automatically created to sync changes from Coreth.\n\nOriginal PR: ${{ github.event.pull_request.html_url }}\n\n---\n\n${github.event.pull_request.body}" \
--body "This PR was automatically created to sync changes from Coreth.\n\nOriginal PR: ${{ github.event.pull_request.html_url }}\n\n---\n\n${{github.event.pull_request.body}}" \
--base "${{ github.event.pull_request.base.ref }}" \
--head "${{ github.event.pull_request.head.ref }}" \
--assignee "${{ github.event.pull_request.user.login }}" \
Expand Down

0 comments on commit 2b9cc3f

Please sign in to comment.