We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 816cba0 + 3907510 commit 27820eeCopy full SHA for 27820ee
1 file changed
src/main.py
@@ -152,9 +152,9 @@ def _update_workflow(self, workflow_path: str) -> set[str]:
152
# we only need `user/repo` part from action_repository
153
action_repository = "/".join(action_location.split("/")[:2])
154
except ValueError:
155
- gha_utils.warning(
156
- f'Action "{action}" is in a wrong format, '
157
- "We only support community actions currently"
+ gha_utils.notice(
+ f'Action "{action}" is in an unsupported format. '
+ "We only support community actions currently."
158
)
159
continue
160
0 commit comments