Bloody quotes caused problems.

pull/2396/head
derekpierre 2020-10-22 11:16:13 -04:00
parent 8ca3a5d84c
commit de15276eab
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
test -f '${{ github.workspace }}/newsfragments/${{ github.event.number }}.*'
test -f ${{ github.workspace }}/newsfragments/${{ github.event.number }}.*