fix(Radio): 🐛 Correct orientation of radio and label #345
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Create Initial Preview Comment | |
on: | |
pull_request: | |
types: [opened] | |
env: | |
PR_NUMBER: ${{ github.event.number }} | |
jobs: | |
Deploy-Preview: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Create comment | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
issue-number: ${{ env.PR_NUMBER }} | |
body: | | |
**Preview deployments for this pull request:** | |
> No deployments found. |