Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushishu committed Dec 15, 2023
1 parent 5947692 commit ec4d243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/action/composite-csit-1-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}

0 comments on commit ec4d243

Please sign in to comment.