You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing GitHub Action workflows, ensure that:
8
8
9
-
- Workflows that have a workflow_call trigger have the file name prefixed with `wc-`.
9
+
- Workflows that have a workflow_call trigger have their filename prefixed with `wc-`.
10
10
- For all re-usable workflows, only the top-level workflow (workflows that are not called themselves by other workflows with workflow_call) has defaults and descriptions for inputs to avoid duplication.
11
11
- The sorting order for inputs, secrets, and outputs is alphabetical.
12
12
- The sorting order of other keys is consistent across the repository.
0 commit comments