File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,18 @@ jobs:
20
20
21
21
steps :
22
22
23
- - uses : github/branch-deploy@v10.0.0-rc.1
23
+ - uses : github/branch-deploy@v10
24
24
id : branch-deploy
25
25
with :
26
26
admins : the-hideout/core-contributors
27
27
admins_pat : ${{ secrets.BRANCH_DEPLOY_ADMINS_PAT }}
28
- skip_ci : development
29
- skip_reviews : development
30
28
environment_targets : production,development
31
29
environment_urls : production|https://tarkov.dev,development|disabled
32
30
sticky_locks : " true"
33
31
34
32
- name : checkout
35
33
if : ${{ steps.branch-deploy.outputs.continue == 'true' }}
36
- uses : actions/checkout@v4.1.1
34
+ uses : actions/checkout@v4
37
35
with :
38
36
ref : ${{ steps.branch-deploy.outputs.sha }}
39
37
Original file line number Diff line number Diff line change @@ -16,15 +16,17 @@ jobs:
16
16
17
17
steps :
18
18
- name : deployment check
19
- uses : github/branch-deploy@v10.0.0-rc.1
19
+ uses : github/branch-deploy@v10
20
20
id : deployment-check
21
21
with :
22
22
merge_deploy_mode : " true" # tells the Action to use the merge commit workflow strategy
23
23
environment : production
24
24
25
25
- name : checkout
26
26
if : ${{ steps.deployment-check.outputs.continue == 'true' }}
27
-
27
+ uses : actions/checkout@v4
28
+ with :
29
+ ref : ${{ steps.deployment-check.outputs.sha }}
28
30
29
31
# check to ensure all JSON files are valid in the repository
30
32
- name : json-yaml-validate
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : unlock on merge
17
- uses : github/branch-deploy@v10.0.0-rc.1
17
+ uses : github/branch-deploy@v10
18
18
id : unlock-on-merge
19
19
with :
20
20
unlock_on_merge_mode : " true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
You can’t perform that action at this time.
0 commit comments