File tree Expand file tree Collapse file tree 2 files changed +2
-43
lines changed Expand file tree Collapse file tree 2 files changed +2
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -39,21 +39,12 @@ jobs:
39
39
name : Test Hazelcast Membership
40
40
runs-on : ubuntu-latest
41
41
outputs :
42
- is-hazelcast : ${{ steps.test-membership.outputs.is-member }}
42
+ is-hazelcast : ${{ steps.test-membership.outputs.check-result }}
43
43
44
44
steps :
45
- # checkout the hazelcast/hazelcast-cpp-client repository
46
- # bare minimum - just to use actions
47
- - name : Checkout code
48
- uses : actions/checkout@v4
49
- with :
50
- ref : ${{ inputs.ref }}
51
- token : ${{ secrets.GH_TOKEN }}
52
- submodules : false
53
-
54
45
- name : Test
55
46
id : test-membership
56
- uses : ./.github/actions/test- membership
47
+ uses : hazelcast/hazelcast-tpm/ membership@main
57
48
with :
58
49
organization-name : hazelcast
59
50
member-name : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments