Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
fix(weclome): markdown and html mixed #37
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 6, 2020
1 parent 8da7a41 commit f58119d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: ./src/welcome
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '<h1>It\'s great having you contribute to this project</h1> Feel free to raise an <strong>Issue</strong>! Welcome to the community :nerd_face: If any questions please ask in <a href="https://discord.com/invite/jZQs6Wu" target="_blank">Discord</a>'
pr-message: '<h1>It\'s great having you contribute to this project</h1> Feel free to create a <strong>Pull Request</strong>! Welcome to the community :nerd_face: If any questions please ask in <a href="https://discord.com/invite/jZQs6Wu" target="_blank">Discord</a>'
issue-message: '<h1>It''s great having you contribute to this project</h1> Feel free to raise an <strong>Issue</strong>! Welcome to the community :nerd_face: If any questions please ask in <a href="https://discord.com/invite/jZQs6Wu" target="_blank">Discord</a>'
pr-message: '<h1>It''s great having you contribute to this project</h1> Feel free to create a <strong>Pull Request</strong>! Welcome to the community :nerd_face: If any questions please ask in <a href="https://discord.com/invite/jZQs6Wu" target="_blank">Discord</a>'

statistics:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f58119d

Please sign in to comment.