File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 needs : linter
4343 uses : ./.github/workflows/__test-action-get-image-name.yml
4444
45+ test-action-helm-generate-docs :
46+ needs : linter
47+ uses : ./.github/workflows/__test-action-helm-generate-docs.yml
48+
4549 test-action-helm-parse-chart-uri :
4650 needs : linter
4751 uses : ./.github/workflows/__test-action-helm-parse-chart-uri.yml
Original file line number Diff line number Diff line change 1+ ---
2+ name : Test for "helm/generate-docs" action
3+ run-name : Test for "helm/generate-docs" action
4+
5+ on : # yamllint disable-line rule:truthy
6+ workflow_call :
7+
8+ permissions :
9+ contents : write
10+ pull-requests : write
11+
12+ jobs :
13+ tests :
14+ name : Test for "helm/generate-docs" action
15+ runs-on : ubuntu-latest
16+ steps :
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18+
19+ - id : generate-docs
20+ uses : ./actions/helm/generate-docs
21+ with :
22+ working-directory : ./test-chart
23+ github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments