fix(time-picker): gracefully handle input element reference being undefined #488
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: Cleanup Pull Request | |
on: | |
pull_request_target: | |
types: | |
- closed | |
jobs: | |
cleanup-storybook-pr: | |
name: Cleanup Storybook Deployment | |
uses: tyler-technologies-oss/forge-automation-shared/.github/workflows/wf-cleanup-gh-pages.yml@v2.10.3 | |
with: | |
PR_PATH: pr/${{ github.event.pull_request.head.label }} | |
secrets: | |
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} |