Skip to content

Commit 6bf43f6

Browse files
committed
ci: update repo name
1 parent e281af4 commit 6bf43f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debug-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- uses: lucasmotta/[email protected]
11-
if: github.repository == 'hirosystems/stacks-wallet'
11+
if: github.repository == 'hirosystems/desktop-wallet'
1212
with:
1313
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" />'
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -178,13 +178,13 @@ jobs:
178178

179179
steps:
180180
- uses: lucasmotta/[email protected]
181-
if: (!contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/stacks-wallet'
181+
if: (!contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet'
182182
with:
183183
header: '> [Download the latest build](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})'
184184
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
185185

186186
- uses: lucasmotta/[email protected]
187-
if: (contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/stacks-wallet'
187+
if: (contains(needs.*.result, 'failure')) && github.repository == 'hirosystems/desktop-wallet'
188188
with:
189189
header: '> _Build failed, [see here for details](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})_'
190190
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)