瀏覽代碼

typo in GHA

sunguroku 5 年之前
父節點
當前提交
22120250cb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      internal/integrations/ci/actions/steps.go

+ 1 - 1
internal/integrations/ci/actions/steps.go

@@ -59,7 +59,7 @@ func getDockerBuildPushStep(envSecretName, dockerFilePath, repoURL string) Githu
 
 
 const buildPackPush string = `
 const buildPackPush string = `
 export $(echo "${{secrets.%s}}" | xargs)
 export $(echo "${{secrets.%s}}" | xargs)
-echo "${{secrets.%s}}" > /.env_porter
+echo "${{secrets.%s}}" > ./env_porter
 sudo add-apt-repository ppa:cncf-buildpacks/pack-cli
 sudo add-apt-repository ppa:cncf-buildpacks/pack-cli
 sudo apt-get update
 sudo apt-get update
 sudo apt-get install pack-cli
 sudo apt-get install pack-cli