Skip to content

Commit

Permalink
fix: update ci with new git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Aug 31, 2023
1 parent 5361fcd commit 090ebed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/debug-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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_&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 @@ -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 }}
3 changes: 3 additions & 0 deletions app/pages/onboarding/00-terms/terms.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/* eslint-disable no-useless-escape */

/* eslint-disable no-irregular-whitespace */
import { OnboardingSelector } from '../../../tests/features/onboarding.selectors';
import {
Onboarding,
Expand Down

0 comments on commit 090ebed

Please sign in to comment.