Skip to content

Commit 4a5926c

Browse files
committed
Update blog post.
1 parent 26def7a commit 4a5926c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Update Ghost Post
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
update-ghost-post:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
15+
- name: Install dependencies for Ghost Post Update Action.
16+
run: sudo apt update && sudo apt install -y jq gawk
17+
shell: bash
18+
19+
- uses: gamemann/ghost-post-update-action@v1.0.0
20+
with:
21+
ghost_api_url: ${{ secrets.GHOST_API_URL }}
22+
ghost_admin_api_key: ${{ secrets.GHOST_ADMIN_API_KEY }}
23+
ghost_post_id: ${{ secrets.GHOST_POST_ID }}

.gpua/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LINES_SKIP=1,2,3,4,5,6,10,11

0 commit comments

Comments
 (0)