Skip to content

Commit

Permalink
chore: update readme logo
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 31, 2024
1 parent 234b9f3 commit 2de3b74
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
repository:
name: credo-ts-ext
description: Extension libraries for Credo
homepage: https://github.com/openwallet-foundation/credo-ts-ext
homepage: https://credo.js.org
default_branch: main
has_downloads: false
has_issues: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Initiate release process if release was created
- name: Checkout aries-framework-javascript-ext
- name: Checkout credo-ts-ext
uses: actions/checkout@v4

# Some packages need indy-sdk for node as part of yarn install
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
# Ideally we only add this to the 'release' job so it doesn't limit PR runs, but github can't guarantee the job order in that case:
# "When concurrency is specified at the job level, order is not guaranteed for jobs or runs that queue within 5 minutes of each other."
concurrency:
group: aries-framework-${{ github.ref }}-${{ github.repository }}-${{ github.event_name }}
group: credo-ts-${{ github.ref }}-${{ github.repository }}-${{ github.event_name }}
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
needs: [ci-trigger]
if: needs.ci-trigger.outputs.triggered == 'true'
steps:
- name: Checkout aries-framework-javascript-ext
- name: Checkout credo-ts-ext
uses: actions/checkout@v2

# setup dependencies
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
node-version: [16.x, 18.x]

steps:
- name: Checkout aries-framework-javascript-ext
- name: Checkout credo-ts-ext
uses: actions/checkout@v2

# setup dependencies
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
outputs:
packages: ${{ steps.get-packages.outputs.packages }}
steps:
- name: Checkout aries-framework-javascript-ext
- name: Checkout credo-ts-ext
uses: actions/checkout@v2

# Some packages need indy-sdk for node as part of yarn install
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
signoff: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'

# Initiate release process if release was created
- name: Checkout aries-framework-javascript-ext
- name: Checkout credo-ts-ext
uses: actions/checkout@v4
if: ${{ steps.release-please.outputs.release_created }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<br />
<img
alt="Hyperledger Aries logo"
alt="Credo logo"
src="https://raw.githubusercontent.com/openwallet-foundation/credo-ts/aa31131825e3331dc93694bc58414d955dcb1129/images/aries-logo.png"
height="250px"
/>
Expand Down

0 comments on commit 2de3b74

Please sign in to comment.