Skip to content

Commit

Permalink
try escaping backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Jul 8, 2024
1 parent d9cbd27 commit bd43276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
issue_number: context.issue.number,
owner: 'transitland',
repo: 'transitland-atlas',
body: '***This PR includes a file that does not exactly follow the "opinionated" DMFR format***
body: `***This PR includes a file that does not exactly follow the "opinionated" DMFR format***
transitland-lib recommends the following changes:
```diff
\`\`\`diff
${{ steps.git-diff.outputs.GIT_DIFF }}
```
\`\`\`
You can use a code/text editor to make this change. Or use [transitland-lib](https://github.com/interline-io/transitland-lib/blob/main/dmfr-command.md). Or just wait and a maintainer will be glad to fix this.
Thanks for contributing to Transitland Atlas!'
Thanks for contributing to Transitland Atlas!`
})

0 comments on commit bd43276

Please sign in to comment.