Skip to content

Commit

Permalink
Merge pull request #523 from paritytech/AndreiEres/fix-auto-metadata
Browse files Browse the repository at this point in the history
Auto download only polkadot metadata
  • Loading branch information
AndreiEres authored Aug 25, 2023
2 parents 84ddd40 + 996f4cb commit a5183e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Download metadata
run: |
cargo install subxt-cli
subxt metadata --format bytes --url wss://rococo-rpc.polkadot.io:443 > essentials/assets/rococo_metadata.scale
subxt metadata --format bytes --url wss://rpc.polkadot.io:443 > essentials/assets/polkadot_metadata.scale
- name: Commit changes if PR exists
if: ${{ steps.checkout-pr.outputs.switched == 'true' }}
Expand Down

0 comments on commit a5183e5

Please sign in to comment.