Maybe instead of `git add .` do `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`).
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).