We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d729b7 commit 28f9001Copy full SHA for 28f9001
1 file changed
.github/workflows/check_required_files.yml
@@ -172,6 +172,6 @@ jobs:
172
body: |
173
Hi @${{ github.event.pull_request.user.login }}. The pull request contains a new `README.md` file, but is missing the following required files:
174
175
- - ${ { steps.check-required-files.outputs.missing_files } }
+ - ${{ steps.check-required-files.outputs.missing_files }}
176
177
Please add the missing files to the pull request.
0 commit comments