Skip to content

Commit

Permalink
Fix reupload
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Ruiz <[email protected]>
  • Loading branch information
migruiz4 committed Jan 16, 2025
1 parent 134099e commit 558673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
name: Re-upload index.yaml
needs: [validation-check, integrity-check]
if: ${{ always() && (needs.validation-check.outputs.result != 'ok' || needs.integrity-check.outputs.result != 'ok') }}
uses: bitnami/charts/.github/workflows/sync-chart-cloudflare-index.yml@index
uses: migruiz4/charts/.github/workflows/sync-chart-cloudflare-index.yml@index
secrets: inherit
notify:
name: Send notification
Expand Down

0 comments on commit 558673e

Please sign in to comment.