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
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
Changed action to use the filename of the file instead the name
parameter.
Added a raw example on how to run each command in the documentation.
Added a step to lint the project.
Added a test to check if the `commander` is properly fetching the
scripts of a repository.
This resolves#22
---------
Co-authored-by: Bullrich <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A command can be called:
example.yml
and thename
field can beThis is an example
.We need to use the file name instead of the
name
value for creating commands.Else a user will have to trigger it as
/cmd This is an example
The text was updated successfully, but these errors were encountered: