Add using_frontend_total_cache to GetTransactionsRequest and ListOrde… #394
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
| # Copyright © Viron Software ⨈ | |
| name: Commit | |
| permissions: {} | |
| on: | |
| push: | |
| branches: [main] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| name: Commit | |
| environment: discord-hook | |
| steps: | |
| - name: Discord Commit Notification | |
| if: github.head_ref == '' && github.event_name == 'push' | |
| uses: sarisia/actions-status-discord@v1.16.0 | |
| with: | |
| webhook: ${{secrets.V_DISCORD_CI_HOOK}} | |
| title: "${{github.repository}} was just modified by ${{github.actor}}" | |
| noprefix: true | |
| color: 0x0095ff |