Skip to content

Commit 1aede46

Browse files
Update api-versions-reminder.yml
1 parent 7e2bd75 commit 1aede46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
# This approach ensures we create a new jira ticket only if the there is not already a ticket
9494
# with the same title
9595
hash_code_sunset_apis=$(echo "$sunset_apis" | jq -cS . | md5sum | awk '{print $1}')
96-
96+
echo "hash: ${hash_code_sunset_apis}"
97+
9798
echo sunset_apis="${sunset_apis}" >> "${GITHUB_OUTPUT:?}"
9899
echo hash_code_sunset_apis="${hash_code_sunset_apis}" >> "${GITHUB_OUTPUT:?}"
99100

0 commit comments

Comments
 (0)