Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 30, 2024
1 parent bd1cc84 commit 8780705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
uses: peter-evans/find-comment@v3
id: fc
with:
issue-numer: ${{ github.event.number }}
issue-number: ${{ github.event.number }}
comment-author: 'github-actions[bot]'
body-includes: '@launchdarkly/js-client-sdk size report'

- name: Create comment
if: steps.fc.outputs.comment-id == '' && github.event_name == 'pull_request' && matrix.version == '21'
uses: peter-evans/create-or-update-comment@v4
with:
issue-numer: ${{ github.event.number }}
issue-number: ${{ github.event.number }}
body: |
@launchdarkly/js-client-sdk size report
Size: ${{ env.PACK_SIZE }} bytes
Expand Down

0 comments on commit 8780705

Please sign in to comment.