Jason Song
Jason Song
@sorenisanerd Thank you for your work, I have to say you did a great job, good idea, good code. However, this featrue has been blocked some trivial things. - Where...
I agree with @jolheiser's comment on https://github.com/go-gitea/gitea/pull/23113#issuecomment-1444098901. I don't fully understand the value of this feature either. To clarify, I don't believe it's entirely useless, but I am uncertain whether...
Hmm, so you mirrored the `actions/upload-artifact` repo to your own instance, right? Do your mirror repo has any tag like `v3.*`?
> > Hmm, so you mirrored the `actions/upload-artifact` repo to your own instance, right? Do your mirror repo has any tag like `v3.*`? > > Yes, the repo has been...
> And fix something > ```bash > git commit -m 'fix some bug' > ``` > Then push to PR#59 > ```bash > git push up pr57:pull/57/head > ``` Wait,...
> you’re saying that the endpoint is sorted and I’m telling you it’s not In the absence of an explicit ORDER BY clause, different databases may return query results in...
> Also there seems to be some strange emoji-prefixed stuff which I think comes from either `act_runner` or `act`, I wonder what to do with it because I think these...
> > > Also there seems to be some strange emoji-prefixed stuff which I think comes from either `act_runner` or `act`, I wonder what to do with it because I...
Have you tried `${{ secrets.ACCESS_TOKEN_GITEA_GITHUB }}`? See https://docs.github.com/en/actions/learn-github-actions/contexts#secrets-context
Could you please show me your workflow yaml file and the screenshot of secrets setting page?