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 833efe3 commit 68919edCopy full SHA for 68919ed
.github/workflows/main.yml
@@ -15,9 +15,9 @@ jobs:
15
run: bundler install
16
- name: Import new posts
17
run: bundler exec jekyll import rss --source https://dev.to/feed/dodevops
18
- - name: Simple commit
19
- uses: zwaldowski/git-commit-action@v1
+ - name: Add & Commit
+ uses: EndBug/[email protected]
20
with:
21
- commit_message: (chore) Updated posts
+ message: (chore) Updated posts
22
- name: action-push
23
uses: ludeeus/[email protected]
0 commit comments