Skip to content

Commit

Permalink
enhanced log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-yb committed Sep 10, 2024
1 parent 1a961b5 commit 2d6370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
username: ${{ secrets.QUAY_BOT_USERNAME }}
password: ${{ secrets.QUAY_BOT_TOKEN }}
- name: Log YugabyteDB version
run: echo "YugabyteDB version being used $YB_DOCKER_IMAGE"
run: echo "YugabyteDB version being used: $YB_DOCKER_IMAGE"
- name: Pull docker image
run: docker pull $YB_DOCKER_IMAGE
- name: YugabyteDBDatatypesTest
Expand Down

0 comments on commit 2d6370f

Please sign in to comment.