Skip to content

Commit 68919ed

Browse files
author
Dennis Ploeger
authored
fix: Switched commit action
1 parent 833efe3 commit 68919ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
run: bundler install
1616
- name: Import new posts
1717
run: bundler exec jekyll import rss --source https://dev.to/feed/dodevops
18-
- name: Simple commit
19-
uses: zwaldowski/git-commit-action@v1
18+
- name: Add & Commit
19+
uses: EndBug/[email protected]
2020
with:
21-
commit_message: (chore) Updated posts
21+
message: (chore) Updated posts
2222
- name: action-push
2323
uses: ludeeus/[email protected]

0 commit comments

Comments
 (0)