eric-j-ason
  • Joined on 2021-09-18
eric-j-ason commented on issue gitea/act#89 2024-02-10 19:08:36 +00:00
Using this for running gitea actions locally - to make testing/development faster?

yup, https://gitea.com/gitea/act_runner can run tasks locally in addition to being the runner that will run things for your server too. act_runner exec is the command that'll do it for…

eric-j-ason commented on issue gitea/act#89 2024-02-09 16:38:18 +00:00
Using this for running gitea actions locally - to make testing/development faster?

Indeed. Is there currently any command line tool at all that can run Gitea Actions?

eric-j-ason commented on issue gitea/tea#432 2021-11-23 14:46:52 +00:00
Push local repo before creating a release

Thank you. As far as it concernes me, this issue can be closed.

eric-j-ason commented on issue gitea/tea#432 2021-10-29 13:09:48 +00:00
Push local repo before creating a release

you relied on the default value (the default branch in your repo) (and expected the default value to be your local commit).

That is right; so I did! Tagging and releasing the latest commit in…

eric-j-ason commented on issue gitea/tea#432 2021-10-14 11:32:59 +00:00
Push local repo before creating a release

@noerw: Thank you for engaging with this and sharing your thoughts.

  1. behaviour becomes difficult to predict (will tea publish my commits? will it modify my local git repo?).

Personally, I…

eric-j-ason opened issue gitea/tea#432 2021-10-12 21:30:42 +00:00
The wrong commit gets into the release when the right one is missing
eric-j-ason commented on issue gitea/tea#114 2021-09-18 21:34:15 +00:00
More tea open features

Another idea: add --print option, to only print the generated url instead of opening it.

Yes! This would be useful for scripts. Much better than homebrewing something every time. I was just…