Skip to content

Commit

Permalink
chore: add useful links to the sticky comment (#1149)
Browse files Browse the repository at this point in the history
* chore: remove argument which is default already

* chore: add useful links to sticky comment
  • Loading branch information
gunar authored Sep 20, 2022
1 parent 7f8fc95 commit 66d1465
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/pull-request-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,14 @@ jobs:
with:
header: vultr
message: |
Deployed ${{ github.sha }} to https://${{ env.FULL_DOMAIN }}
Deployed ${{ github.sha }} to https://${{ env.FULL_DOMAIN }}.
Useful links:
- [Editor](https://${{ env.FULL_DOMAIN }})
- [Storybook](https://${{ env.FULL_DOMAIN }}/storybook)
- [Hasura](https://hasura.${{ env.FULL_DOMAIN }})
- [API](https://api.${{ env.FULL_DOMAIN }})
- [ShareDB](https://sharedb.${{ env.FULL_DOMAIN }})
healthcheck:
name: Healthcheck Pizza Services
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit 66d1465

Please sign in to comment.