Skip to content

Commit

Permalink
Point helm-spec generator at redpanda-operator repo (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Jan 29, 2025
1 parent bfb3e0a commit 078d38d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate-helm-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
run: |
echo "helm-docs" >> $GITHUB_PATH
sudo mv helm-docs /usr/local/bin/
# Checkout the main branch of the helm-charts repository.
- name: Checkout helm-charts repository
- name: Checkout redpanda-operator repository
uses: actions/checkout@v4
with:
repository: redpanda-data/helm-charts
repository: redpanda-data/redpanda-operator
ref: main
path: helm-charts
token: ${{ env.ACTIONS_BOT_TOKEN }}
Expand Down

0 comments on commit 078d38d

Please sign in to comment.