Skip to content

Commit

Permalink
fix package counter for github
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich authored Oct 12, 2024
1 parent f077101 commit d4c3ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Count packages
id: count
run: |
echo "countgithub=$(python3 scripts/package_count.py .github/workflows/GithubReleases.yml)" >> $GITHUB_OUTPUT
echo "countgithub=$(python3 scripts/package_count.py .github/workflows/github-releases.yml)" >> $GITHUB_OUTPUT
echo "countscript=$(python3 scripts/package_count.py .github/workflows/update-via-script.yml)" >> $GITHUB_OUTPUT
- name: Update README
run: |
Expand Down

0 comments on commit d4c3ab0

Please sign in to comment.