We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47b900 commit 8b66734Copy full SHA for 8b66734
action.yml
@@ -21,6 +21,8 @@ inputs:
21
CMSIS_API_KEY:
22
description: "API token for using CMSIS services (required)"
23
required: true
24
+ PUBLISH_API_KEY:
25
+ description: "(Deprecated) Kept on only for backward compatibility"
26
runs:
27
using: "composite"
28
steps:
changes/20250701081246.bugfix
@@ -0,0 +1 @@
1
+:bug: Ensure backward compatibility
0 commit comments