Error when sensor reports string instead of numeric value #181
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: Issue Completed | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
move-issue: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: jason0x43/[email protected] | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
project: Development | |
column: Done |