Skip to content

Commit

Permalink
fix(ci): removnge the trailing slash from rpc url (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother authored Jan 15, 2024
1 parent 36e3652 commit c2184ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sub-providers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
stage-url:
description: 'RPC URL'
required: false
default: 'https://staging.rpc.walletconnect.org/'
default: 'https://staging.rpc.walletconnect.org'
workflow_call:
inputs:
providers_directory:
Expand All @@ -21,7 +21,7 @@ on:
type: string
required: true
description: 'Stage RPC URL'
default: 'https://staging.rpc.walletconnect.org/'
default: 'https://staging.rpc.walletconnect.org'

concurrency: cd

Expand Down

0 comments on commit c2184ba

Please sign in to comment.