Replies: 3 comments 3 replies
-
|
This runner should support both syntaxes.
This is expected to work from my side.
Does your composite action uses If yes you need runner type 2 ( |
Beta Was this translation helpful? Give feedback.
-
|
1., 2. done, logs are attached for both cases. using_org_repo_uri.log
The action uses https://github.com/ChristopherHX/gitea-download-artifact@v4 . The runner is gitea-actions-runner-0.0.20-windows-amd64.exe , set as type 2 during registration. Looking in the log files, it seems that the action is not even downloaded. The variation without https:// appends https://github.com in front for some reason. The IP address 192.168.0.206 corresponds to the machine where runner is... running. |
Beta Was this translation helpful? Give feedback.
-
|
Definitely need e2e tests that tests various of gitea configuration and repository visibility levels... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does this runner support references to composite actions in a gitea repository other than the repository of the calling workflow?
I have tried both
org/repo/.gitea/actions/action-name@labeland absolute (https://...) references - none of them seem to work.References to local composite actions (
./.gitea/actions/action-name) are working.I am using self-hosted gitea server.
Beta Was this translation helpful? Give feedback.
All reactions