We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe instead of git add . do git add -A?
git add .
git add -A
(Also, it looks to me that convention is to use dash in the input names, not underscore, for example github-token, not github_token).
github-token
github_token
The text was updated successfully, but these errors were encountered:
Yes, why not.
Sorry, something went wrong.
Update to v2.0
Thanks!!!
No branches or pull requests
Maybe instead of
git add .
dogit add -A
?(Also, it looks to me that convention is to use dash in the input names, not underscore,
for example
github-token
, notgithub_token
).The text was updated successfully, but these errors were encountered: