当拉取请求的基础分支推送了新代码时,是否可以触发 Github Actions 工作流程?
举例说明:拉取请求分支是feature1,基础是development,那么当PR打开后开发分支用新代码更新时,是否可以触发feature1分支PR上的工作流程?
我在使用 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)