Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Jul 23, 2024
1 parent 5b05d4a commit d4892e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-announcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
env:
SOURCEFORGE_BEARER: ${{ secrets.SOURCEFORGE_BEARER }}
GITHUB_REPOSITORY: ${{ github.repository }}
RELEASE_NAME: ${{ github.event.release.name }}
RELEASE_BODY: ${{ github.event.release.body }}
RELEASE_NAME: ${{ github.event.release.name }} || "Test"
RELEASE_BODY: ${{ github.event.release.body }} || "Empty body"
run: |
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" \
-H "Authorization: Bearer $SOURCEFORGE_BEARER" \
Expand Down

0 comments on commit d4892e7

Please sign in to comment.