We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68919ed commit df4a705Copy full SHA for df4a705
1 file changed
.github/workflows/main.yml
@@ -15,9 +15,10 @@ 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: Add & Commit
19
- uses: EndBug/add-and-commit@v2.3.0
+ - uses: stefanzweifel/git-auto-commit-action@v2.5.0
20
with:
21
- message: (chore) Updated posts
22
- - name: action-push
23
- uses: ludeeus/action-push@0.0.1
+ commit_message: "chore: Adding blog posts"
+ branch: ${{ github.head_ref }}
+
+env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments