improve(Dataworker): Make logs more clear when choosing to skip excha… #643
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: Deploy | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
Deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Curl build and deploy webhook for GCP for UMA protocol repo | |
run: ${{ secrets.PROTOCOL_BUILD_DEPLOY_WEBHOOK }} | |
shell: bash |