Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Table
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Nov 16, 2021
1 parent 5bda8b6 commit c7b3330
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,9 @@ jobs:
with:
message: |
## Deployment links
* :orange_circle: [Safe Rinkeby](${{ env.REVIEW_FEATURE_URL }}/rinkeby)
* :white_circle: [Safe Mainnet](${{ env.REVIEW_FEATURE_URL }}/mainnet)
* :purple_circle: [Safe Polygon](${{ env.REVIEW_FEATURE_URL }}/polygon)
* :yellow_circle: [Safe BSC](${{ env.REVIEW_FEATURE_URL }}/bsc)
* :black_circle: [Safe Arbitrum](${{ env.REVIEW_FEATURE_URL }}/arbitrum)
* :green_circle: [Safe xDai](${{ env.REVIEW_FEATURE_URL }}/xdai)
---
:orange_circle: [Safe Rinkeby](${{ env.REVIEW_FEATURE_URL }}/rinkeby) | :white_circle: [Safe Mainnet](${{ env.REVIEW_FEATURE_URL }}/mainnet) | * :purple_circle: [Safe Polygon](${{ env.REVIEW_FEATURE_URL }}/polygon) | * :yellow_circle: [Safe BSC](${{ env.REVIEW_FEATURE_URL }}/bsc) | :black_circle: [Safe Arbitrum](${{ env.REVIEW_FEATURE_URL }}/arbitrum) | :green_circle: [Safe xDai](${{ env.REVIEW_FEATURE_URL }}/xdai)
-|-|-|-|-|-
#### [${{ env.REVIEW_FEATURE_URL }}](${{ env.REVIEW_FEATURE_URL }})
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: 'github-actions[bot]'
Expand Down

0 comments on commit c7b3330

Please sign in to comment.