Skip to content

Commit

Permalink
modified: .github/workflows/recent-posts.yml
Browse files Browse the repository at this point in the history
	- Testing out the action in a workflow.
  • Loading branch information
it176131 committed Dec 26, 2024
1 parent b8acf28 commit 7882d34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/recent-posts.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: [push]

jobs:
recent_post_job:
runs-on: ubuntu-latest
name: Recent Post
steps:
- name: Recent post action
id: recent-post
users: it176131/it176131.github.io/.github/actions/recent-posts@v1

0 comments on commit 7882d34

Please sign in to comment.