enable usage of absolute urls for reusable workflows #30246
Labels
proposal/accepted
We have reviewed the proposal and agree that it should be implemented like that/at all.
topic/gitea-actions
related to the actions of Gitea
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
Feature Description
Reusing workflows seems quite similar to reusing actions at first glance. They share several common issues. For example:
For actions, this issue can be resolved by using absolute URLs (As described here https://docs.gitea.com/next/usage/actions/comparison#absolute-action-urls) and embedding the access token (As described in #25929)
However, this is currently not supported for reusable workflows:
calling workflow snippet:
output:
This leads to several inconveniences when working with reusable workflows or even makes them unusable for some use cases:
Possible Solution
I think the cleanest way to solve this is to make the same URL options available for reusable workflows that are already implemented for actions (e.g. absolute URLs with embedded tokens)
Screenshots
No response
The text was updated successfully, but these errors were encountered: