Change to SON object from a dict type when role type is a USER type #336
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: "[PR Open] example" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
example: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "Implement here with test codes!" |