File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 AWS_ACCESS_KEY_ID : ${{ secrets.PREVIEW_S3_ACCESS_KEY }}
5252 AWS_SECRET_ACCESS_KEY : ${{ secrets.PREVIEW_S3_SECRET_KEY }}
5353 STORAGE_ENDPOINT : ${{ vars.PREVIEW_S3_ENDPOINT }}
54- # TODO: STORAGE_REGION: ru-central1
5554 STORAGE_REGION : ${{ vars.PREVIEW_S3_REGION }}
5655 STORAGE_BUCKET : ${{ vars.PREVIEW_S3_BUCKET }}
5756 STORAGE_PREFIX : ${{ env.INPUT_PATH }}
6160 if : github.event_name == 'pull_request'
6261 with :
6362 name : ${{ env.REPOSITORY_NAME }}
64- path : ./build/preview /${{ github.event.pull_request.number || github.ref_name }}/${{ env.INPUT_PATH }}
63+ path : ./build/${{ env.REPOSITORY_NAME }} /${{ github.event.pull_request.number || github.ref_name }}/${{ env.INPUT_PATH }}
6564 retention-days : 7
6665 - name : create or update pr comment
6766 uses : actions/github-script@v7
You can’t perform that action at this time.
0 commit comments