最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

How can I create a Github action that runs on Release creation to update the repo, before the release is generated? - Stack Over

programmeradmin2浏览0评论

We have a repo on GitHub that has some translations in it. These translations though are for 3rd party error codes, which get updated every time they update their infrastructure.

There is an API we can use to pull all of the latest error codes and associated transactions, however, we cannot do this in our software, but need to do it when we generate a new release.

Is there a way we can generate a GitHub action that runs when we create a release, updates the repo with the new translations, and then finalizes the release and generates the source file zips?

发布评论

评论列表(0)

  1. 暂无评论