Skip to content

Commit c4279dc

Browse files
committed
update actions
1 parent 626f3bc commit c4279dc

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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' }}
@@ -62,7 +64,7 @@ jobs:
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
@@ -86,6 +88,6 @@ jobs:
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 }}\`;

.github/workflows/new-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
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

0 commit comments

Comments
 (0)