Skip to content

Commit

Permalink
Merge pull request #177 from the-hideout/fix-comment-body
Browse files Browse the repository at this point in the history
fix comment body formatting on deployments
  • Loading branch information
GrantBirki authored Apr 14, 2023
2 parents b19e090 + b5a65e8 commit 204328d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: github/branch-deploy@v5.2.0
id: branch-deploy
with:
Expand Down Expand Up @@ -65,10 +64,10 @@ jobs:
The API has been **deployed** to the **development** environment 🚀
- Endpoint: \`dev-api.tarkov.dev\`
- Endpoint: `dev-api.tarkov.dev`
- Playground: [dev-api.tarkov.dev/___graphql](https://dev-api.tarkov.dev/graphql)
> Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`;
> Pusher: @${{ github.actor }}, Action: `${{ github.event_name }}`, Workflow: `${{ github.workflow }}`;
- name: Publish - Production
if: ${{ steps.branch-deploy.outputs.continue == 'true' &&
Expand All @@ -90,7 +89,7 @@ jobs:
The API has been **deployed** to the **production** environment 🚀
- Endpoint: \`api.tarkov.dev\`
- Endpoint: `api.tarkov.dev`
- Playground: [api.tarkov.dev/___graphql](https://api.tarkov.dev/graphql)
> Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`;
> Pusher: @${{ github.actor }}, Action: `${{ github.event_name }}`, Workflow: `${{ github.workflow }}`;

0 comments on commit 204328d

Please sign in to comment.