Skip to content

fix: update template workflow refrence #3

fix: update template workflow refrence

fix: update template workflow refrence #3

Workflow file for this run

name: "Backup Helm Charts"
on:
push: # runs on any branch push
schedule:
- cron: "0 0 * * 1" # runs every Monday at midnight
workflow_dispatch: # runs whenever the workflow is dispatched via the UI
env:
REGISTRY_SOURCE: "https://charts.konstruct.io/"
permissions:
contents: write
jobs:
download-charts:
uses: konstructio/charts-mirror/tree/main/.github/workflows/download-charts.yaml@mirror-only

Check failure on line 17 in .github/workflows/backup-charts.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/backup-charts.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
registry-source: "${REGISTRY_SOURCE}"