Skip to content

Commit

Permalink
fix another ci actions reference
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Jul 29, 2023
1 parent b419832 commit c1fa238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
git config --local user.name "GitHub Actions"
git commit charts/*/README.md -m 'Update helm-docs and README.md' || echo "No changes to commit"
- uses: r-lib/actions/pr-push@main
- uses: r-lib/actions/pr-push@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c1fa238

Please sign in to comment.