Skip to content

chore: try adding app #3

chore: try adding app

chore: try adding app #3

name: Update deployed apps table
on:
push:
paths:
- argocd-apps/applicationset.yaml
jobs:
update-deployed-apps-table:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: jaxxstorm/[email protected]
with:
repo: mikefarah/yq
- name: Update deployed apps table
run: ./scripts/update-deployed-apps.sh
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'docs: updated deployed apps table'
add: 'README.md'