Skip to content

Commit

Permalink
remove deprecated github output
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mnich committed May 11, 2024
1 parent c9cd134 commit d5bdf3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PackageCount.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Count packages
id: count
run: |
echo "::set-output name=countgithub::$(python3 Scripts/package_count.py .github/workflows/GithubReleases.yml)"
echo "::set-output name=countscript::$(python3 Scripts/package_count.py .github/workflows/update-via-script.yml)"
echo "countgithub=$(python3 Scripts/package_count.py .github/workflows/GithubReleases.yml)" >> $GITHUB_OUTPUT
echo "countscript=$(python3 Scripts/package_count.py .github/workflows/update-via-script.yml)" >> $GITHUB_OUTPUT
- name: Update README
run: |
countgithub=${{ steps.count.outputs.countgithub }}
Expand Down

0 comments on commit d5bdf3b

Please sign in to comment.