-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fixed google-services.json - added logic for fill userName in UsersAdapter - fixed item_opponents_list.xml
- Loading branch information
1 parent
5bb9dac
commit c9b5c62
Showing
6 changed files
with
42 additions
and
37 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,24 @@ | ||
name: Release notifier | ||
|
||
on: | ||
release: | ||
types: [ published ] | ||
|
||
jobs: | ||
after-release: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Notify Slack | ||
run: | | ||
curl -X POST \ | ||
--data-urlencode "payload={ | ||
\"channel\": \"${{ secrets.SLACK_CHANNEL }}\", | ||
\"username\": \"${{ secrets.QB_PROJECT }} release bot\", | ||
\"text\": \"<!here> | ||
The ${{ secrets.QB_PROJECT }} version *${{ github.event.release.name }}* was released. | ||
>*Changelog:* | ||
\`\`\`${{ github.event.release.body }}\`\`\` | ||
>*Link:* | ||
${{ github.event.release.html_url }}\", | ||
\"icon_emoji\": \":rocket:\"}" \ | ||
--url ${{ secrets.SLACK_WEBHOOK_URL }} |
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