Merge pull request #685 from Sheeri/main

Get rid of quoting that breaks by default.
This commit is contained in:
Andy McKay
2021-01-04 08:41:45 -08:00
committed by GitHub
+2 -2
View File
@@ -9,5 +9,5 @@ jobs:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Message that will be displayed on users'' first issue'
pr-message: 'Message that will be displayed on users'' first pr'
issue-message: 'Message that will be displayed on users first issue'
pr-message: 'Message that will be displayed on users first pull request'