We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d998e commit 74697bbCopy full SHA for 74697bb
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,21 @@
1
+name: Update Posts
2
+
3
+on: repository_dispatch
4
5
+jobs:
6
+ build:
7
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ - name: Setup Ruby environment with ruby-build
13
+ uses: clupprich/ruby-build-action@v1.3.0
14
+ - name: Import new posts
15
+ run: bundler exec jekyll import rss --source https://dev.to/feed/dodevops
16
+ - name: Simple commit
17
+ uses: zwaldowski/git-commit-action@v1
18
+ with:
19
+ commit_message: (chore) Updated posts
20
+ - name: action-push
21
+ uses: ludeeus/action-push@0.0.1
0 commit comments