Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Sep 19, 2024
1 parent 5e09e3e commit f58cc93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ` Preview site has been deployed to:
body: `🏗 Preview site has been deployed to:
* https://${branchName}.learn-srlinux.pages.dev
* ${{ steps.wrangler-deploy.outputs.deployment-url }}
`
* https://${branchName}.learn-srlinux.pages.dev
* ${{ steps.wrangler-deploy.outputs.deployment-url }}
`
})

0 comments on commit f58cc93

Please sign in to comment.