Skip to content

Commit b04351b

Browse files
Update add-to-changelog.yaml
1 parent f531644 commit b04351b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/add-to-changelog.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ jobs:
1515
path: changelog-1.21.txt
1616
write-mode: append
1717
contents: |
18-
echo ${{ github.event.head_commit.message }}
1918
20-
21-
${{ github.event.head_commit.message }}
19+
- ${{ github.event.head_commit.message }}
2220
- name: Commit & Push
2321
uses: Andro999b/push@v1.3
2422
with:

0 commit comments

Comments
 (0)