Skip to content

Commit

Permalink
fix(ci): use double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 28, 2024
1 parent 8bcd5b8 commit e5cad51
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_ENV
run: echo "EXAMPLE_NAME=$(echo ${{ github.event.comment.body }} | cut -f 2 -d ' ')" >> $GITHUB_ENV
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
Expand Down

3 comments on commit e5cad51

@refine-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@refine-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@refine-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.