Skip to content

Commit

Permalink
fixed export filename for alert export
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBarnes committed Sep 26, 2023
1 parent 415609f commit cbad6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
working-directory: tooling/export-alerts

- name: Export Alerts
run: python export-alerts.py --path ../../services --template ./alerts-template.xlsx --output-xls ../../services/amba-alerts.xls --output-json ../../services/amba-alerts.json --output-yaml ../../services/amba-alerts.yaml
run: python export-alerts.py --path ../../services --template ./alerts-template.xlsx --output-xls ../../services/amba-alerts.xlsx --output-json ../../services/amba-alerts.json --output-yaml ../../services/amba-alerts.yaml
working-directory: tooling/export-alerts

- name: Setup Pages
Expand Down

0 comments on commit cbad6a5

Please sign in to comment.