panic Error: failed to get info about account EwwcsfkQSPnTpXm6xjLw9uQo9pDk3cY5v5CHgWL7ywBP: StructError: At path: value.rentEpoch -- Expected a number, but received: 18446744073709551615 #224
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: 'Issue Label Actions' | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v2 |