Skip to content

Commit

Permalink
just take it all
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Sep 17, 2024
1 parent 84f95a2 commit b927b89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview-storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
id: regex-storybook
with:
text: ${{ steps.fc.outputs.comment-body }}
regex: '\[Storybook\]\((https:\/\/[^)]+)\) -[^-]+`'
regex: '\[Storybook\]\((https:\/\/[^)]+)\).*'

- name: Find Theme deployment
uses: actions-ecosystem/action-regex-match@v2
id: regex-theme
with:
text: ${{ steps.fc.outputs.comment-body }}
regex: '\[Theme\]\((https:\/\/[^)]+)\) -[^-]+`'
regex: '\[Theme\]\((https:\/\/[^)]+)\).*'

- name: Get current time in CEST
uses: josStorer/get-current-time@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
id: regex-storefront
with:
text: ${{ steps.fc.outputs.comment-body }}
regex: '\[Storefront\]\((https:\/\/[^)]+)\) -[^-]+`'
regex: '\[Storefront\]\((https:\/\/[^)]+)\).*'

- name: Find Theme deployment
uses: actions-ecosystem/action-regex-match@v2
id: regex-theme
with:
text: ${{ steps.fc.outputs.comment-body }}
regex: '\[Theme\]\((https:\/\/[^)]+)\) -[^-]+`'
regex: '\[Theme\]\((https:\/\/[^)]+)\).*'

- name: Get current time in CEST
uses: josStorer/get-current-time@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
id: regex-storybook
with:
text: ${{ steps.fc.outputs.comment-body }}
regex: '\[Storybook\]\((https:\/\/[^)]+)\) -[^-]+`'
regex: '\[Storybook\]\((https:\/\/[^)]+)\).*'

- name: Find Storefront deployment
uses: actions-ecosystem/action-regex-match@v2
id: regex-storefront
with:
text: ${{ steps.fc.outputs.comment-body }}
regex: '\[Storefront\]\((https:\/\/[^)]+)\) -[^-]+`'
regex: '\[Storefront\]\((https:\/\/[^)]+)\).*'

- name: Get current time in CEST
uses: josStorer/get-current-time@v2
Expand Down

0 comments on commit b927b89

Please sign in to comment.