Modify image_pull_secrets field in labels of plugin_info #7
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!" |