From ce22439b07c5edafaca92f70b3c70a7d2eda8ae7 Mon Sep 17 00:00:00 2001 From: Uzhastin-Nikita Date: Thu, 17 Mar 2022 15:50:14 +0300 Subject: [PATCH] fix: resolve props of login button --- .github/workflows/ci.yml | 22 ------------------- .../atoms/LoginButton/LoginButton.stories.tsx | 4 +++- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef756e..5d75603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,25 +246,3 @@ jobs: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npx semantic-release - - comment_pr_badge: - timeout-minutes: 5 - name: Comment on PR with generated badge - needs: [pre_ci, badge] - if: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'pull_request' && !contains(needs.pre_ci.outputs.commit_message, '#comment-badge') }} - - runs-on: ubuntu-latest - - steps: - - name: Generate comment file with test coverage badge - env: - BADGE: ${{ needs.badge.outputs.markdown }} - run: | - echo "Badge: ${BADGE}" - echo "${BADGE}" > output.md - - name: Comment PR with test coverage badge - uses: machine-learning-apps/pr-comment@1.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - path: output.md diff --git a/digitable-storybook/src/components/atoms/LoginButton/LoginButton.stories.tsx b/digitable-storybook/src/components/atoms/LoginButton/LoginButton.stories.tsx index 17712ef..1f53fef 100644 --- a/digitable-storybook/src/components/atoms/LoginButton/LoginButton.stories.tsx +++ b/digitable-storybook/src/components/atoms/LoginButton/LoginButton.stories.tsx @@ -13,6 +13,8 @@ const Template: ComponentStory = (args) =>