File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
actions/apply-docker-version Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
- name : Checkout common functions
18
18
uses : actions/checkout@v4
19
19
with :
20
- repository : redis/redis-oss-release-automation
20
+ repository : redis-developer /redis-oss-release-automation
21
21
ref : main
22
22
path : redis-oss-release-automation
23
23
Original file line number Diff line number Diff line change 50
50
uses : actions/checkout@v4
51
51
- name : Ensure release branch
52
52
if : ${{ inputs.release_tag }}
53
- uses : redis/redis-oss-release-automation/.github/actions/ensure-release-branch@main
53
+ uses : redis-developer /redis-oss-release-automation/.github/actions/ensure-release-branch@main
54
54
with :
55
55
release_tag : ${{ inputs.release_tag }}
56
56
gh_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
32
32
password : ${{ secrets.GITHUB_TOKEN }}
33
33
34
34
- name : Validate Redis Release Archive
35
- uses : redis/redis-oss-release-automation/.github/actions/validate-redis-release-archive@main
35
+ uses : redis-developer /redis-oss-release-automation/.github/actions/validate-redis-release-archive@main
36
36
with :
37
37
release_tag : ${{ github.event.inputs.release_tag }}
38
38
39
39
- name : Ensure Release Branch
40
40
id : ensure-branch
41
- uses : redis/redis-oss-release-automation/.github/actions/ensure-release-branch@main
41
+ uses : redis-developer /redis-oss-release-automation/.github/actions/ensure-release-branch@main
42
42
with :
43
43
release_tag : ${{ github.event.inputs.release_tag }}
44
44
allow_modify : true
@@ -68,15 +68,15 @@ jobs:
68
68
69
69
- name : Ensure Release Branch
70
70
id : ensure-branch
71
- uses : redis/redis-oss-release-automation/.github/actions/ensure-release-branch@main
71
+ uses : redis-developer /redis-oss-release-automation/.github/actions/ensure-release-branch@main
72
72
with :
73
73
release_tag : ${{ github.event.inputs.release_tag }}
74
74
allow_modify : false
75
75
gh_token : ${{ secrets.GITHUB_TOKEN }}
76
76
77
77
- name : Merge back to release branch
78
78
id : merge-back
79
- uses : redis/redis-oss-release-automation/.github/actions/merge-branches-verified@main
79
+ uses : redis-developer /redis-oss-release-automation/.github/actions/merge-branches-verified@main
80
80
with :
81
81
from_branch : ${{ steps.ensure-branch.outputs.release_version_branch }}
82
82
to_branch : ${{ steps.ensure-branch.outputs.release_branch }}
Original file line number Diff line number Diff line change 66
66
echo "release_version=$RELEASE_VERSION" >> $GITHUB_OUTPUT
67
67
68
68
- name : Create version tag
69
- uses : redis/redis-oss-release-automation/.github/actions/create-tag-verified@main
69
+ uses : redis-developer /redis-oss-release-automation/.github/actions/create-tag-verified@main
70
70
with :
71
71
tag : v${{ steps.parse-release.outputs.release_version }}
72
72
ref : ${{ steps.parse-release.outputs.release_commit_sha }}
You can’t perform that action at this time.
0 commit comments