feat: add v20260427 list endpoints for payments and recurring payments #1029
This file contains hidden or 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
| on: | |
| push: | |
| workflow_dispatch: | |
| inputs: | |
| force: | |
| default: false | |
| description: Force all steps (ignore changes) | |
| required: false | |
| type: boolean | |
| name: ci | |
| jobs: | |
| ci: | |
| permissions: read-all | |
| uses: mxenabled/path-tools/.github/workflows/ci.yml@master | |
| with: | |
| force: ${{ inputs.force != '' && inputs.force }} |