Skip to content

Commit

Permalink
chore(actions): fix sponsor action; (#6566)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS authored Aug 20, 2024
1 parent c8b7be5 commit bcd1c6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
echo "Sponsor block has changed. Creating PR with updates..."
- name: Read sponsors.md file content
if: ${{ steps.sponsors.outputs.changed == 'true'}}
id: read_file
run: |
echo 'CONTENT<<EOF' >> $GITHUB_ENV
Expand Down

0 comments on commit bcd1c6d

Please sign in to comment.