Skip to content

Commit

Permalink
Merge pull request #236 from ASFHyP3/no-tweet
Browse files Browse the repository at this point in the history
Do not tweet release notes
  • Loading branch information
jtherrmann authored Sep 6, 2023
2 parents 7821194 + b29237a commit d344287
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/notify-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,3 @@ jobs:
repo: ASFHyP3/hyp3-docs
ref: main
inputs: '{"sdk_version": "${{ github.event.release.tag_name }}"}'

- name: Tweet release notes
uses: benc-uk/[email protected]
with:
workflow: propose-tweet.yml
token: ${{ secrets.TOOLS_BOT_PAK }}
repo: ASFHyP3/hyp3-docs
ref: develop
inputs: >
{"message": ${{ toJSON(format('{0}{1}', github.event.release.name, github.event.release.body)) }} }

0 comments on commit d344287

Please sign in to comment.