Skip to content

Commit

Permalink
Create ci-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shaybentk authored Jan 12, 2023
1 parent f1da6a7 commit 5aa8899
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Generate Helm README docs
on:
workflow_dispatch:
pull_request:

permissions:
contents: read
pull-requests: write

jobs:
docs:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}

- name: Helm create
run: |
helm create test
helm create test1
helm create test2
- name: Render helm docs singal
uses: shaybentk/[email protected]
with:
working-chart: test
git-push: "true"

- name: Render helm docs multie
uses: shaybentk/[email protected]
with:
working-dir: test1,test2
git-push: "true"


0 comments on commit 5aa8899

Please sign in to comment.