Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid default values for gitea_actions_default_actions_url #158

Closed
NicoFgrx opened this issue Apr 1, 2024 · 1 comment
Closed

Invalid default values for gitea_actions_default_actions_url #158

NicoFgrx opened this issue Apr 1, 2024 · 1 comment

Comments

@NicoFgrx
Copy link
Contributor

NicoFgrx commented Apr 1, 2024

Hi !

First of all, thanks for create and maintain this ansible role ! That's very usefull :)

I'm currently trying to automate my homelab gitea instance with Actions activate and use local mirror of actions repos.
I'm using this playbook :

- name: "Install gitea"
  hosts:  "{{ target }}"
  roles:
    - {role: l3d.gitea, tags: gitea}
  vars:
    ...
    gitea_actions_enabled: true # activate actions
    gitea_require_signin: false # use by actions to git clone actions/<repo>
    ...

But I have this message : 2024/04/01 11:14:55 ...s/setting/actions.go:64:loadActionsFrom() [E] [actions] DEFAULT_ACTIONS_URL does not support "https://gitea.com" as custom URL any longer, fallback to "github"

By default, gitea_actions_default_actions_url will be replace by https://gitea.com but it's no longer supported by gitea see this PR
Only "github" or "self" are valid inputs.

@NicoFgrx
Copy link
Contributor Author

NicoFgrx commented Apr 3, 2024

PR merged, we can close the issue :)

@NicoFgrx NicoFgrx closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant