Skip to content

Commit

Permalink
fix(ci): typo on example-previews job
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 28, 2024
1 parent f3fc5b1 commit 34d1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Set Example Name
id: set-example-name
run: echo 'example_name=$(echo ${{ github.event.comment.body }} | cut -f 2 -d ' ') > $GITHUB_OUTPUT'
run: echo 'example_name=$(echo ${{ github.event.comment.body }} | cut -f 2 -d " ")' >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 34d1fb6

Please sign in to comment.