Add option to simulate a contract execution in the tx view in sidebar #231
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: Mirror to Gitopia | |
on: | |
push: | |
branches: | |
- '**' | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Push to Gitopia mirror | |
uses: gitopia/gitopia-mirror-action@v0.5.0 | |
with: | |
gitopiaWallet: "${{ secrets.GITOPIA_WALLET }}" | |
remoteUrl: "gitopia://gitopia1t579lcjc62dxlw5p9ff6wudkmwfhx8j7zvru9l/cosmywasmy" |