Skip to content

Commit

Permalink
Enable GitHub workflows for PR from other repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mihailradkov committed Jan 8, 2025
1 parent 5e966e8 commit 8b55cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
# actions/checkout@v4.1.1
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}

- id: generate_helm_docs
Expand Down

0 comments on commit 8b55cb4

Please sign in to comment.