We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6225891 + 822d068 commit 831e730Copy full SHA for 831e730
.github/workflows/regression_reusable.yaml
@@ -39,10 +39,6 @@ on:
39
required: false
40
type: string
41
default: ""
42
- scripts_dirname:
43
- required: false
44
- type: string
45
- default: ""
46
byron_cluster:
47
48
type: boolean
@@ -96,7 +92,6 @@ jobs:
96
92
echo "CLUSTER_ERA=${{ inputs.cluster_era }}" >> .github_ci_env
97
93
echo "TX_ERA=${{ inputs.tx_era }}" >> .github_ci_env
98
94
echo "MARKEXPR=${{ inputs.markexpr }}" >> .github_ci_env
99
- echo "SCRIPTS_DIRNAME=${{ inputs.scripts_dirname }}" >> .github_ci_env
100
95
echo "CI_TOPOLOGY=${{ inputs.topology }}" >> .github_ci_env
101
echo "UTXO_BACKEND=${{ inputs.utxo_backend }}" >> .github_ci_env
102
echo "CI_BYRON_CLUSTER=${{ inputs.byron_cluster }}" >> .github_ci_env
0 commit comments