Skip to content

Commit cb23075

Browse files
authored
Upgrade readme action from v1 to v2 (#236)
1 parent dd49606 commit cb23075

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/shared-atmos-readme.yml

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

41-
- uses: cloudposse-github-actions/readme@v1
41+
- uses: cloudposse-github-actions/readme@v2
4242
with:
4343
token: ${{ steps.github-app.outputs.token }}
4444
readme_enabled: true
4545
banner_enabled: true
4646
validate_readme: true
4747
commit_method: 'commit'
4848
commit_push_options: '--force-with-lease'
49+
command: readme

0 commit comments

Comments
 (0)