We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fbffc commit 3c64ae3Copy full SHA for 3c64ae3
.github/workflows/pr-preview-deploy2.yml
@@ -29,7 +29,7 @@ jobs:
29
AWS_SECRET_ACCESS_KEY: ${{ secrets.STORYBOOK_S3_SECRET_KEY }}
30
AWS_DEFAULT_REGION: ru-central1
31
AWS_EC2_METADATA_DISABLED: true
32
- run: aws s3 cp static s3://storybook-static/date-components/pulls/${{ steps.pr.outputs.id }}/ --endpoint-url=https://storage.yandexcloud.net --recursive
+ run: aws s3 cp static s3://storybook-static/date-components/pulls/${{ steps.pr.outputs.id }}/ --endpoint-url=https://storage.yandexcloud.net --recursive --debug
33
shell: bash
34
- name: Create Comment
35
uses: marocchino/sticky-pull-request-comment@v2
0 commit comments