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
ci: fix conditional check in changed-files action (#133)
The change resolves an issue with the usage of `changed_files` GH action
used in the workflow. The method `only_changed` returns a string type
and not a boolean.
0 commit comments