Skip to content

Commit

Permalink
chore(workflow): update action path
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed May 2, 2024
1 parent d6816ec commit b634800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ runs:
if (!body.includes('Automatic previews')) {
github.rest.pulls.update({
...credentials,
body: `**Automatic previews**\n\nPreview URLs will be added here, once they are ready... ![loader](https://github.com/swisspost/design-system/assets/9716662/f067a322-e6bd-4fed-b9d5-ff924d6254c2)`
body: `${body}\n\n**Automatic previews**\nPreview URLs will be added here, once they are ready... ![loader](https://github.com/swisspost/design-system/assets/9716662/54715ca0-8ec4-4a73-9361-8bc6a8660d09)`
})
}
6 changes: 3 additions & 3 deletions .github/workflows/build-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Provide preview message
uses: swisspost/design-system/.github/actions/preview-message-creation

- name: Checkout
uses: actions/checkout@v4

- name: Provide preview message
uses: ./.github/actions/preview/message/creation

- name: Setup
uses: swisspost/design-system/.github/actions/setup-pnpm@main

Expand Down

0 comments on commit b634800

Please sign in to comment.