We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cardano_node_version
1 parent b84d255 commit 18cac86Copy full SHA for 18cac86
.github/workflows/nightly-backward-compatibility.yml
@@ -64,7 +64,7 @@ jobs:
64
tag: ${{ fromJSON(needs.prepare-binaries.outputs.tags) }}
65
node:
66
[mithril-aggregator, mithril-client, mithril-signer, mithril-relay]
67
- cardano_node_version: ${{ inputs.cardano-node-version }}
+ cardano_node_version: ${{ fromJSON(inputs.cardano-node-version) }}
68
run_id: ["#1"]
69
70
steps:
0 commit comments