Skip to content

chore(deps): update endbug/add-and-commit action to v9.1.3 #216

chore(deps): update endbug/add-and-commit action to v9.1.3

chore(deps): update endbug/add-and-commit action to v9.1.3 #216

Workflow file for this run

name: Generate Mixin Artifacts
on:
pull_request:
push:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: kobtea/setup-jsonnet-action@v1
- run: |
cd mixin
jb install
jsonnet -S alerts.jsonnet
rm -rf ../chart/dashboards
mkdir -p ../chart/dashboards
jsonnet -J vendor -m ../chart/dashboards dashboards.jsonnet
- uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3