Skip to content

Commit e37c229

Browse files
authored
Print tags applied by tag-job action for CI visibility reporting (DataDog#23417)
1 parent 527143e commit e37c229

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/actions/tag-job/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,8 @@ runs:
7373
done
7474
7575
datadog-ci tag --level job $TAGS_ARGS
76+
77+
echo "Tags added to the job:"
78+
for tag in "${TAG_ARRAY[@]}"; do
79+
echo " - $tag"
80+
done

0 commit comments

Comments
 (0)