WIP: test color on actions, please ignore #193

Closed
silverwind wants to merge 2 commits from silverwind/act_runner:testcolor into main
Member

Just running a script to test color support. Do not merge.

Just running a script to test color support. Do not merge.
silverwind added 1 commit 2023-05-17 20:25:05 +00:00
test color on actions, please ignore
Some checks failed
checks / testcolor (pull_request) Failing after 1s
checks / check and test (pull_request) Successful in 40s
d708efa5c2
Author
Member
Unable to clone https://gitea.com/actions/setup-python refs/heads/v4: authentication required

Hmm

``` Unable to clone https://gitea.com/actions/setup-python refs/heads/v4: authentication required ``` Hmm
silverwind added 1 commit 2023-05-17 20:29:11 +00:00
try without setup-python
All checks were successful
checks / testcolor (pull_request) Successful in 3s
checks / check and test (pull_request) Successful in 37s
5edf065284
silverwind closed this pull request 2023-05-17 20:30:51 +00:00
Owner
Unable to clone https://gitea.com/actions/setup-python refs/heads/v4: authentication required

Hmm

The repo is in github, you should use an absolute address https://github.com/actions/setup-python

> ``` > Unable to clone https://gitea.com/actions/setup-python refs/heads/v4: authentication required > ``` > > Hmm The repo is in github, you should use an absolute address `https://github.com/actions/setup-python`
Author
Member

I see. I guess we should make it do resolve non-absolute action URLs to github.com, maybe via a configuration option on the instance. Similar to how docker images also work with docker.io prefix if the prefix is missing.

I see. I guess we should make it do resolve non-absolute action URLs to github.com, maybe via a configuration option on the instance. Similar to how docker images also work with `docker.io` prefix if the prefix is missing.
Author
Member

Opened #194 about it.

Opened https://gitea.com/gitea/act_runner/issues/194 about it.
Owner
https://docs.gitea.com/administration/config-cheat-sheet#actions-actions `DEFAULT_ACTIONS_URL`?
All checks were successful
checks / testcolor (pull_request) Successful in 3s
checks / check and test (pull_request) Successful in 37s
Required
Details

Pull request closed

Sign in to join this conversation.
No description provided.