Skip to content

chore(deps): update dependency aquaproj/aqua to v2.10.1 #24

chore(deps): update dependency aquaproj/aqua to v2.10.1

chore(deps): update dependency aquaproj/aqua to v2.10.1 #24

Workflow file for this run

name: diff
on: pull_request
jobs:
diff-argocd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: aquaproj/[email protected]
with:
aqua_version: v2.10.1
- run: |
helmfile -f helmfile.yaml template --selector name=argocd > /tmp/pr.yaml
- uses: actions/checkout@v3
with:
ref: main
- run: |
helmfile -f helmfile.yaml template --selector name=argocd > /tmp/main.yaml
- run: |
diff /tmp/main.yaml /tmp/pr.yaml --color || true