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

Fix no ActionTaskOutput table waring (#28149) #28152

Merged
merged 1 commit into from
Nov 21, 2023

Commits on Nov 21, 2023

  1. Fix no ActionTaskOutput table waring (go-gitea#28149)

    Reproduce:
    - Create a new Gitea instance
    - Register a runner
    - Create a repo and add a workflow
    - Check the log, you will see warnings:
    
    ![image](https://github.com/go-gitea/gitea/assets/18380374/5f1278e0-114b-48bc-8113-8ba1404d9975)
    It comes from:
    
    ![image](https://github.com/go-gitea/gitea/assets/18380374/c2807831-e137-4229-9536-87f6114c8a5b)
    
    The reason is that we forgot registering `ActionTaskOutput` model.
    So `action_table_output` table will be missing in your db.
    yp05327 authored and GiteaBot committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    242583c View commit details
    Browse the repository at this point in the history