Skip to content

Commit

Permalink
Merge branch 'tomas/trigger-test-sync-7' (#2541)
Browse files Browse the repository at this point in the history
* tomas/trigger-test-sync-7:
  gh/action/triggerable_sync: fix env vars syntax
  • Loading branch information
tzemanovic committed Feb 6, 2024
2 parents 9384718 + 0ffa992 commit 9d81831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triggerable_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
NAMADA_E2E_USE_PREBUILT_BINARIES: "true"
NAMADA_E2E_KEEP_TEMP: "true"
NAMADA_LOG_COLOR: "false"
NAMADA_ADD_PEER: "{{ inputs.add_peer }}"
NAMADA_CHAIN_ID: "{{ inputs.chain_id }}"
NAMADA_ADD_PEER: "${{ inputs.add_peer }}"
NAMADA_CHAIN_ID: "${{ inputs.chain_id }}"
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold"
- name: Upload logs
if: success() || failure()
Expand Down

0 comments on commit 9d81831

Please sign in to comment.