Skip to content

Commit

Permalink
remove the "not-working" details step
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 17, 2025
1 parent 742ce9f commit ef52dbe
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,4 @@ jobs:
https://internal.dev.kestra.io/${{ github.event.repository.name }}/${{ github.ref_name }}/storybook
reactions: 'hooray'

- name: Setup Details URL
uses: LouisBrunner/[email protected]
if: ${{ always() && github.event.pull_request.number }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Publish Storybook
conclusion: ${{ job.status }}
output: |
{
"summary":"Storybook published on ${{ github.event.repository.updated_at }}",
"details_url":"https://internal.dev.kestra.io/${{ github.event.repository.name }}/${{ github.head_ref }}/storybook"
}

0 comments on commit ef52dbe

Please sign in to comment.