Skip to content

Commit

Permalink
Ddd quotes to ENV values (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Jul 11, 2022
1 parent ab33724 commit 77597dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/06_parachain_overrides.yml
Expand Up @@ -16,8 +16,9 @@ jobs:
env:
# optional: will override the parachain pallet ID and authorize_upgrade call ID,
# which will result in a different parachain_authorize_upgrade_hash
PARACHAIN_PALLET_ID: 0x1e
AUTHORIZE_UPGRADE_PREFIX: 0x02
# the hex values must be quoted
PARACHAIN_PALLET_ID: "0x1e"
AUTHORIZE_UPGRADE_PREFIX: "0x02"
with:
chain: ${{ matrix.chain }}
runtime_dir: polkadot-parachains/${{ matrix.chain }}-runtime
Expand Down

0 comments on commit 77597dd

Please sign in to comment.