Skip to content

Commit

Permalink
ci: update repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Apr 12, 2023
1 parent e281af4 commit 92f9611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- uses: lucasmotta/[email protected]
if: github.repository == 'hirosystems/stacks-wallet'
if: github.repository == 'hirosystems/desktop-wallet'
with:
header: '> _Building new release, please wait for the latest_&nbsp; <img src="https://user-images.githubusercontent.com/1618764/97873036-51dfb200-1d17-11eb-89f5-0a922dc3ac92.gif" width="12" />'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -178,13 +178,13 @@ jobs:

steps:
- uses: lucasmotta/[email protected]
if: (!contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/stacks-wallet'
if: (!contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet'
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/stacks-wallet'
if: (contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet'
with:
header: '> _Build failed, [see here for details](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})_'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 92f9611

Please sign in to comment.