We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b1114 commit 2ad0be0Copy full SHA for 2ad0be0
.github/workflows/extension-registry-changed.yml
@@ -27,7 +27,8 @@ jobs:
27
- name: Update
28
run: |
29
if ! git diff -s --exit-code registry.json; then
30
- echo "Automatic update\n" > build/msg.txt
+ echo "Automatic update" > build/msg.txt
31
+ echo "" >> build/msg.txt
32
${{ github.workspace }}/.github/compare build/registry.json registry.json >> build/msg.txt
33
git config --local user.email 'wayback[bot]@users.noreply.github.com'
34
git config --local user.name 'wayback[bot]'
0 commit comments