Skip to content

Commit ec4d243

Browse files
authored
Update action.yaml
1 parent 5947692 commit ec4d243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/action/composite-csit-1-node/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
echo "org.jolokia.password=admin" >> /home/user/karaf-0.18.1/etc/org.jolokia.osgi.cfg'
2828
shell: bash
2929
- name: Robot Setup
30-
uses: askb/releng-docker/.github/action/ssh-setup-action@ayush
30+
uses: askb/releng-docker/.github/action/ssh-setup-action@main
3131
with:
3232
docker_repository: ${{ inputs.DOCKER_REPOSITORY }}
3333
robot_image: ${{ inputs.ROBOT_IMAGE }}
@@ -36,6 +36,6 @@ runs:
3636
run: sleep 10
3737
shell: bash
3838
- name: Run Test
39-
uses: askb/releng-docker/.github/action/robot-test-action@ayush
39+
uses: askb/releng-docker/.github/action/robot-test-action@main
4040
with:
4141
test_suite: ${{ inputs.project_name }}

0 commit comments

Comments
 (0)