Skip to content

Listbox is calling onChange with the wrong selected value #45

Listbox is calling onChange with the wrong selected value

Listbox is calling onChange with the wrong selected value #45

Workflow file for this run

name: New issue
on:
issues:
types:
- opened
jobs:
export:
name: Export
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/export
with:
issueTitle: ${{ github.event.issue.title }}
url: ${{ github.event.issue.html_url }}
assigned: ${{ github.event.issue.assignee.login }}
googleSheetsKey: ${{ secrets.GOOGLE_SHEETS_KEY }}