Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
Found this while reading the source for some GitHub actions.
  • Loading branch information
robinbrandt authored Aug 16, 2019
1 parent b01f95e commit c99bd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '# Mesage with markdown.\nThis is the message that will be displayed on users' first issue.'
issue-message: '# Message with markdown.\nThis is the message that will be displayed on users' first issue.'
pr-message: 'Message that will be displayed on users' first pr. Look, a `code block` for markdown.'
```
Expand Down

1 comment on commit c99bd8f

@cvase1
Copy link

@cvase1 cvase1 commented on c99bd8f May 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check out my survey https://forms.office.com/r/CAhVHbkpLC

Please sign in to comment.