Skip to content

Commit 93641d5

Browse files
authored
Corrected typo
1 parent 965a5ae commit 93641d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
id: distribution-availability
3030
run: tox -c tox-distributioncheck.ini
3131

32-
- name: Publish metric on X-Ray Go SDK distribution availability
32+
- name: Publish metric on X-Ray Python SDK distribution availability
3333
if: ${{ always() }}
3434
run: |
3535
if [[ "${{ steps.distribution-availability.outcome }}" == "failure" ]]; then

0 commit comments

Comments
 (0)