-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from ASFHyP3/develop
Release: Container Methods
- Loading branch information
Showing
9 changed files
with
248 additions
and
45 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Notify Downstream of New Release | ||
|
||
on: | ||
release: | ||
types: | ||
- released | ||
|
||
jobs: | ||
update-docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Bump SDK version in HyP3 docs | ||
uses: benc-uk/workflow-dispatch@v1.1 | ||
with: | ||
workflow: Update HyP3 SDK version | ||
token: ${{ secrets.TOOLS_BOT_PAK }} | ||
repo: ASFHyP3/hyp3-docs | ||
ref: main | ||
inputs: '{"sdk_version": "${{ github.event.release.tag_name }}"}' | ||
|
||
- name: Tweet release notes | ||
uses: benc-uk/workflow-dispatch@v1.1 | ||
with: | ||
workflow: Propose Tweet | ||
token: ${{ secrets.TOOLS_BOT_PAK }} | ||
repo: ASFHyP3/hyp3-docs | ||
ref: develop | ||
inputs: '{"message": "## ${{ github.event.release.name }}\n${{ github.event.release.body }}"}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.