diff --git a/.github/action/composite-csit-1-node/action.yaml b/.github/action/composite-csit-1-node/action.yaml index 1611708..6af7e41 100644 --- a/.github/action/composite-csit-1-node/action.yaml +++ b/.github/action/composite-csit-1-node/action.yaml @@ -27,7 +27,7 @@ runs: echo "org.jolokia.password=admin" >> /home/user/karaf-0.18.1/etc/org.jolokia.osgi.cfg' shell: bash - name: Robot Setup - uses: askb/releng-docker/.github/action/ssh-setup-action@ayush + uses: askb/releng-docker/.github/action/ssh-setup-action@main with: docker_repository: ${{ inputs.DOCKER_REPOSITORY }} robot_image: ${{ inputs.ROBOT_IMAGE }} @@ -36,6 +36,6 @@ runs: run: sleep 10 shell: bash - name: Run Test - uses: askb/releng-docker/.github/action/robot-test-action@ayush + uses: askb/releng-docker/.github/action/robot-test-action@main with: test_suite: ${{ inputs.project_name }}