小编Moh*_*mer的帖子

当拉取请求基础分支更新时如何重新运行 Github Actions 工作流程

当拉取请求的基础分支推送了新代码时,是否可以触发 Github Actions 工作流程?

举例说明:拉取请求分支是feature1,基础是development,那么当PR打开后开发分支用新代码更新时,是否可以触发feature1分支PR上的工作流程?

github pull-request github-actions

17
推荐指数
1
解决办法
3698
查看次数

Jenkins/fastlane - 没有找到本地代码签名身份

我在使用 Jenkins 的 fastlane 时遇到问题。

在终端中运行此命令有效fastlane provide_crashlytics_build testing:false check_xcode:false --env xxx,但在 Jenkins 中无效

错误信息:

There are no local code signing identities found.
You can run `security find-identity -v -p codesigning` to get this output.
This Stack Overflow thread has more information: /sf/ask/2477305071/.
(Check in Keychain Access for an expired WWDR certificate: /sf/answers/2478688481/ has more info.)
[14:03:30]: No certificates for filter: Certificate ID: '7D72F7MC75' 
[14:03:30]: something bad happened: Could not find a matching code signing identity for type 'AdHoc'. …
Run Code Online (Sandbox Code Playgroud)

ios jenkins fastlane fastlane-match

7
推荐指数
1
解决办法
9250
查看次数