Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify the way we're generating badges #1278

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix the path
Steboss committed Jan 30, 2025
commit 3f654f792f7d1093df99940d1a4fe2fedbabbe8b
2 changes: 1 addition & 1 deletion .github/actions/generate-sitrep/action.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ runs:
id: python-sitrep
shell: bash
run: |
python3 "$(dirname "$0")/generate_sitrep.py" \
python3 "${{ github.action_path }}/generate_sitrep.py" \
--badge_label "${{ inputs.badge_label }}" \
--badge_filename "${{ inputs.badge_filename }}" \
--sitrep_filename "${{ inputs.sitrep_filename }}" \