Skip to content

Commit 810609d

Browse files
authored
Upgrade readme GitHub Action to version 1 (#44)
1 parent 782a336 commit 810609d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shared-readme.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,12 @@ jobs:
6060
fetch-depth: 0
6161
token: ${{ steps.github-app.outputs.token }}
6262

63-
- uses: cloudposse-github-actions/readme@v0
63+
- uses: cloudposse-github-actions/readme@v1
6464
with:
6565
token: ${{ steps.github-app.outputs.token }}
6666
readme_enabled: true
6767
banner_enabled: true
6868
validate_readme: true
6969
commit_method: 'commit'
7070
commit_push_options: '--force-with-lease'
71+
command: readme

0 commit comments

Comments
 (0)