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.
2 parents 009b00b + 857d839 commit b9b205fCopy full SHA for b9b205f
.github/workflows/update-changes.yaml
@@ -20,7 +20,6 @@ jobs:
20
- name: Update CHANGES file
21
if: "!contains(steps.changed-files.outputs.all_changed_files, 'CHANGES')"
22
run: |
23
- echo "${{ github.event.pull_request.title }}"
24
echo "* ${{ github.event.pull_request.title }} (#${{ github.event.pull_request.number }}). Thanks @${{ github.actor }}" > CHANGES2
25
cat CHANGES >> CHANGES2
26
mv CHANGES2 CHANGES
0 commit comments