Support actions on forks by specifying repo during checkout
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
||||
|
||||
- name: Render helm docs inside the README.md and push changes back to PR branch
|
||||
uses: jessebot/helm-docs-action@0.0.1
|
||||
|
||||
Reference in New Issue
Block a user