You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: we want to change the docker image being used, so we do that on a new branch in the forked repo, to prevent the changes from being overwritten when updating the fork.
We want that warning / label / additional information for this repo visible in the marketplace, so that our users are aware they need to change the way they use this action. In this example, none of the branches of the parent will work, since the runners will not be able to pull in containers from public registries.
define a data structure for this 'markup'
load that data structure in the front end
display the data / label on the marketplace, maybe on the (to be created) detail page as a banner on top of the readme
The text was updated successfully, but these errors were encountered:
Use case: we want to change the docker image being used, so we do that on a new branch in the forked repo, to prevent the changes from being overwritten when updating the fork.
We want that warning / label / additional information for this repo visible in the marketplace, so that our users are aware they need to change the way they use this action. In this example, none of the branches of the parent will work, since the runners will not be able to pull in containers from public registries.
The text was updated successfully, but these errors were encountered: