Skip to content

Merge pull request #8 from ssriramulu/repo #4

Merge pull request #8 from ssriramulu/repo

Merge pull request #8 from ssriramulu/repo #4

Workflow file for this run

name: Update Index
on:
workflow_dispatch: {}
push:
branches:
- repo
paths:
- "**.tgz"
jobs:
update-index:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Configure git
run: |
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
git config --local user.name 'github-actions[bot]'
git config --local core.editor '.github/clean-diff.sh'
- name: Install helm
uses: azure/setup-helm@v3
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Update index
run: |
.github/update-index.sh