AppCenter-CLI:等待GitHub操作中的结果

问题描述

我正在使用GitHub Actions在AppCenter中触发构建。我正在执行linting,声纳立方体等其他任务时使用GitHub Actions。 我的问题是我的GitHub Action不等待AppCenter结果。它只是将构建排队,然后继续下一步:

- name: Trigger build
  uses: cloud-egl/[email protected]
  with:
    command: appcenter build queue --app ${{github.repository}} --branch feature/my-branch --output json
    token: ${{secrets.APP_CENTER_TOKEN}}
  id: app_build

有什么办法解决这个问题吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)