-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5361fcd
commit 090ebed
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -5,10 +5,11 @@ on: [pull_request] | |
jobs: | ||
announce-start: | ||
runs-on: ubuntu-20.04 | ||
permissions: write-all | ||
|
||
steps: | ||
- uses: lucasmotta/[email protected] | ||
if: github.repository == 'hirosystems/desktop-wallet' | ||
if: github.repository == 'leather-wallet/desktop' | ||
with: | ||
header: '> _Building new release, please wait for the latest_ <img src="https://user-images.githubusercontent.com/1618764/97873036-51dfb200-1d17-11eb-89f5-0a922dc3ac92.gif" width="12" />' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -177,13 +178,13 @@ jobs: | |
|
||
steps: | ||
- uses: lucasmotta/[email protected] | ||
if: (!contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet' | ||
if: (!contains(needs.*.result, 'failure')) && github.repository == 'leather-wallet/desktop' | ||
with: | ||
header: '> [Download the latest build](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: lucasmotta/[email protected] | ||
if: (contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet' | ||
if: (contains(needs.*.result, 'failure')) && github.repository == 'leather-wallet/desktop' | ||
with: | ||
header: '> _Build failed, [see here for details](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})_' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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