We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527143e commit e37c229Copy full SHA for e37c229
1 file changed
.github/actions/tag-job/action.yml
@@ -73,3 +73,8 @@ runs:
73
done
74
75
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