Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 20, 2024
1 parent 9d0d05e commit 568801a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Write metadata post
uses: library-pals/metadata-post-action@v0.0.0
uses: library-pals/metadata-post-action@v0.1.0
with:
github-username: library-pals
github-repository: sample-site
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
;;
esac
- name: Write metadata post
uses: library-pals/metadata-post-action@v0.0.0
uses: library-pals/metadata-post-action@v0.1.0
with:
github-username: library-pals
github-repository: sample-site
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Write metadata post
uses: library-pals/metadata-post-action@v0.0.0
uses: library-pals/metadata-post-action@v0.1.0
with:
github-username: library-pals
github-repository: sample-site
Expand Down

0 comments on commit 568801a

Please sign in to comment.