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 @@ -28,12 +28,12 @@ jobs:
2828 Zookeeper-Pipeline :
2929 needs : Wait-for-images
3030 # uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@aecdc72c47de69569cecc4b876e86ecb6776d629 #v1.0.1
31- uses : Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@main # v1.0.1
31+ uses : Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix/artifact_name
3232 with :
3333 service_branch : ' ${{ github.head_ref || github.ref_name }}'
3434 versions_file : ' .github/versions.yaml'
3535 # pipeline_branch: 'v1.0.1' #this value must match the value after '@' in 'uses'
36- pipeline_branch : ' main ' # this value must match the value after '@' in 'uses'
36+ pipeline_branch : ' fix/artifact_name ' # this value must match the value after '@' in 'uses'
3737 secrets :
3838 AWS_S3_ACCESS_KEY_ID : ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3939 AWS_S3_ACCESS_KEY_SECRET : ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}
You can’t perform that action at this time.
0 commit comments