fix: fix pagination key handling and Base64 decoding #802
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
--- | |
name: tools | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
- mainnet/main | |
jobs: | |
build: | |
name: conventional commits | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: webiny/[email protected] |