diff options
| author | Matt Strapp <matt@mattstrapp.net> | 2024-05-06 21:21:01 -0500 |
|---|---|---|
| committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-06 21:21:01 -0500 |
| commit | 66921a05d6081b203ce19c260006418f63d783c9 (patch) | |
| tree | d85f42e064d4fb44d7eadbd55f38ae87f802760c | |
| parent | add git URL (diff) | |
| download | RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.tar RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.tar.gz RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.tar.bz2 RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.tar.lz RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.tar.xz RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.tar.zst RossTheRoss-66921a05d6081b203ce19c260006418f63d783c9.zip | |
Add some actions
Diffstat (limited to '')
| -rw-r--r-- | .github/workflows/posts.yaml | 25 | ||||
| -rw-r--r-- | README.md | 5 |
2 files changed, 28 insertions, 2 deletions
diff --git a/.github/workflows/posts.yaml b/.github/workflows/posts.yaml new file mode 100644 index 0000000..b99ea7a --- /dev/null +++ b/.github/workflows/posts.yaml @@ -0,0 +1,25 @@ +name: Add blog +on: + push: + branches: + - master + schedule: + - cron: "41 * * * *" + workflow_dispatch: +permissions: + contents: write + +jobs: + update-readme: + name: Update README + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Pull in blog posts + uses: gautamkrishnar/blog-post-workflow@v1 + with: + feed_list: "https://mattstrapp.net/posts/index.xml" + committer_username: "Matt Strapp" + committer_email: "matt@mattstrapp.net" + commit_message: "Add a new blog post or two or ten" @@ -13,8 +13,9 @@ [](https://aur.archlinux.org/account/RossTheRoss) [](https://git.mattstrapp.net/) - - +# Posts +<!-- BLOG-POST-LIST:START --> +<!-- BLOG-POST-LIST:END --> <!-- |
