We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84655f2 commit 9ebf356Copy full SHA for 9ebf356
.github/workflows/recent-posts.yml
@@ -13,5 +13,10 @@ jobs:
13
id: recent-post
14
uses: "it176131/it176131.github.io/.github/actions/recent-posts@v1"
15
16
- - name: Get the result
17
- run: echo ${{ steps.recent-post.outputs.result }}
+ - name: Commit README
+ run: |
18
+ git config user.email [email protected]
19
+ git config user.name github-actions
20
+ git add .
21
+ git commit -m "Synced and updated with most recent it176131.github.io blog post"
22
+ git push
0 commit comments