File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ jobs:
1818
1919 steps :
2020
21- - uses : github/branch-deploy@v5.0 .0
21+ - uses : github/branch-deploy@v5.1 .0
2222 id : branch-deploy
2323 with :
2424 admins : the-hideout/core-contributors
2525 admins_pat : ${{ secrets.BRANCH_DEPLOY_ADMINS_PAT }}
26+ environment_targets : production,development
27+ environment_urls : production|https://api.tarkov.dev/graphql,development|https://dev-api.tarkov.dev/graphql
2628
2729 - name : Checkout
2830 if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
6264 The API has been **deployed** to the **development** environment 🚀
6365
6466 - Endpoint: \`dev-api.tarkov.dev\`
65- - Playground: [dev-api.tarkov.dev/___graphql](https://dev-api.tarkov.dev/___graphql )
67+ - Playground: [dev-api.tarkov.dev/___graphql](https://dev-api.tarkov.dev/graphql )
6668
6769 > Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`;
6870
8688 The API has been **deployed** to the **production** environment 🚀
8789
8890 - Endpoint: \`api.tarkov.dev\`
89- - Playground: [api.tarkov.dev/___graphql](https://api.tarkov.dev/___graphql )
91+ - Playground: [api.tarkov.dev/___graphql](https://api.tarkov.dev/graphql )
9092
9193 > Pusher: @${{ github.actor }}, Action: \`${{ github.event_name }}\`, Workflow: \`${{ github.workflow }}\`;
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 # Comment on new PR requests with deployment instructions
18- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@ v3.0.2
18+ - uses : actions/checkout@v3.3.0
1919 - name : comment
20- uses : GrantBirki/comment@5f428382792637d756694f5e0ca49ba56354125c # pin@ v2.0.0
20+ uses : GrantBirki/comment@v2.0.3
2121 continue-on-error : true
2222 with :
2323 file : .github/new-pr-comment.md
You can’t perform that action at this time.
0 commit comments