We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5947692 commit ec4d243Copy full SHA for ec4d243
.github/action/composite-csit-1-node/action.yaml
@@ -27,7 +27,7 @@ runs:
27
echo "org.jolokia.password=admin" >> /home/user/karaf-0.18.1/etc/org.jolokia.osgi.cfg'
28
shell: bash
29
- name: Robot Setup
30
- uses: askb/releng-docker/.github/action/ssh-setup-action@ayush
+ uses: askb/releng-docker/.github/action/ssh-setup-action@main
31
with:
32
docker_repository: ${{ inputs.DOCKER_REPOSITORY }}
33
robot_image: ${{ inputs.ROBOT_IMAGE }}
@@ -36,6 +36,6 @@ runs:
36
run: sleep 10
37
38
- name: Run Test
39
- uses: askb/releng-docker/.github/action/robot-test-action@ayush
+ uses: askb/releng-docker/.github/action/robot-test-action@main
40
41
test_suite: ${{ inputs.project_name }}
0 commit comments