File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ jobs:
104
104
id : fetch-versions
105
105
run : |
106
106
pip3 install -r ci/requirements.txt
107
- echo "::set-output name= scylla-integration-tests-versions:: $(python3 ci/version_fetch.py scylla-oss-stable:2 scylla-oss-rc scylla-enterprise-stable:2 scylla-enterprise-rc)"
108
- echo "::set-output name= cassandra-integration-tests-versions:: $(python3 ci/version_fetch.py cassandra3-stable:1 cassandra4-stable:1)"
107
+ echo "scylla-integration-tests-versions= $(python3 ci/version_fetch.py scylla-oss-stable:2 scylla-oss-rc scylla-enterprise-stable:2 scylla-enterprise-rc)" >> $GITHUB_OUTPUT
108
+ echo "cassandra-integration-tests-versions= $(python3 ci/version_fetch.py cassandra3-stable:1 cassandra4-stable:1)" >> $GITHUB_OUTPUT
109
109
outputs :
110
110
scylla-integration-tests-versions : ${{ steps.fetch-versions.outputs.scylla-integration-tests-versions }}
111
111
cassandra-integration-tests-versions : ${{ steps.fetch-versions.outputs.cassandra-integration-tests-versions }}
You can’t perform that action at this time.
0 commit comments