我正在努力让 Google示例正常工作。
我认为我正确地遵循了说明,但是现在,在测试(in project-y
)时,我收到了警告:
您正在测试您在项目中创建的操作:project-x
我以前用过project-x
,但后来被删除了。我试过删除项目并重新创建、重新部署等,但我完全无法避免错误。
我无法确定project-y
引用的位置project-x
以及如何更正。
唯一project-[x|y]
被引用的位置是./sdk/setting/setting.yaml
:
defaultLocale: en
localizedSettings:
developerEmail:
developerName:
displayName: Updates sample
fullDescription:
privacyPolicyUrl:
pronunciation: Updates sample
shortDescription:
smallLogoImage:
termsOfServiceUrl:
projectId: project-y
当 Igactions push
和时gactions preview deploy
,两个命令都正确引用project-y
并且生成的 URL 正确指向project-y
:
gactions push
Pushing files in the project "project-y" to Actions Console. This may take a few minutes.
Sending configuration files...
gactions deploy preview
Deploying files in the project "project-y" to Actions Console for preview. This may take a few minutes.
Sending configuration files...
我已经在gactions
config 和克隆目录中搜索了隐藏的配置文件,但找不到任何对project-x
.
如果我搜索,我发现的唯一参考是project-y
上述 YAML 中的单一参考。