This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
chore(deps): update dependency aquaproj/aqua to v2.24.0 #209
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Generate registry.yaml | |
on: | |
push: | |
branches: [main] | |
paths: | |
- .github/workflows/generate-registry.yaml | |
- aqua/generate-registry.yaml | |
- registry.yaml | |
- pkgs/**/registry.yaml | |
pull_request: | |
branches: [main] | |
paths: | |
- .github/workflows/generate-registry.yaml | |
- aqua/generate-registry.yaml | |
- registry.yaml | |
- pkgs/**/registry.yaml | |
jobs: | |
generate-registry: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: aquaproj/[email protected] | |
with: | |
aqua_version: v2.24.0 | |
- uses: aquaproj/registry-action/[email protected] |