Skip to content

Commit df4a705

Browse files
authored
fix: Other commit action
1 parent 68919ed commit df4a705

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/main.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ 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: Add & Commit
19-
uses: EndBug/[email protected]
18+
- uses: stefanzweifel/[email protected]
2019
with:
21-
message: (chore) Updated posts
22-
- name: action-push
23-
uses: ludeeus/[email protected]
20+
commit_message: "chore: Adding blog posts"
21+
branch: ${{ github.head_ref }}
22+
23+
env:
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)