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 7e2bd75 commit 1aede46Copy full SHA for 1aede46
.github/workflows/api-versions-reminder.yml
@@ -93,7 +93,8 @@ jobs:
93
# This approach ensures we create a new jira ticket only if the there is not already a ticket
94
# with the same title
95
hash_code_sunset_apis=$(echo "$sunset_apis" | jq -cS . | md5sum | awk '{print $1}')
96
-
+ echo "hash: ${hash_code_sunset_apis}"
97
+
98
echo sunset_apis="${sunset_apis}" >> "${GITHUB_OUTPUT:?}"
99
echo hash_code_sunset_apis="${hash_code_sunset_apis}" >> "${GITHUB_OUTPUT:?}"
100
0 commit comments