From a7d0bf2ef085e79c8e3c12a2843007f27a4ca1ae Mon Sep 17 00:00:00 2001 From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> Date: Tue, 27 Dec 2022 10:09:25 -0500 Subject: [PATCH] feat(docs): autocommit changes to solidity docs --- .github/workflows/solidity.yml | 4 +++- packages/protocol/contracts/bridge/Bridge.sol | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 33daa92a2dc..faa840b6c4f 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -60,9 +60,11 @@ jobs: working-directory: ./packages/protocol run: pnpm export:docs + # auto commit solidity doc changes unless on main branch - uses: stefanzweifel/git-auto-commit-action@v4 + if: github.ref != 'refs/heads/main' with: - commit_message: commit dat yuh + commit_message: "chore(docs): auto commit solidity docs" - name: protocol - Deploy L1 Contracts working-directory: ./packages/protocol diff --git a/packages/protocol/contracts/bridge/Bridge.sol b/packages/protocol/contracts/bridge/Bridge.sol index a3cd9883bac..4bd39766495 100644 --- a/packages/protocol/contracts/bridge/Bridge.sol +++ b/packages/protocol/contracts/bridge/Bridge.sol @@ -19,8 +19,6 @@ import "./libs/LibBridgeSignal.sol"; /** * Bridge contract which is deployed on both L1 and L2. Mostly a thin wrapper * which calls the library implementations. See {IBridge} for more details. - * - * dummy test * * @author dantaik * @dev The code hash for the same address on L1 and L2 may be different.