@@ -31,13 +31,13 @@ jobs:
31
31
32
32
integration_tests :
33
33
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34
- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
34
+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
35
35
secrets :
36
36
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
37
37
38
38
fullstack_production_suite :
39
39
if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
40
- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahid/remove-travis-doc
40
+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
41
41
with :
42
42
FULLSTACK_TEST_REPO : ProdTesting
43
43
secrets :
@@ -92,10 +92,10 @@ jobs:
92
92
93
93
publish :
94
94
if : startsWith(github.ref, 'refs/tags/')
95
- uses : optimizely/java-sdk/.github/workflows/build.yml@master
95
+ uses : optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
96
96
with :
97
97
action : ship
98
- travis_tag : ${GITHUB_REF#refs/*/}
98
+ github_tag : ${GITHUB_REF#refs/*/}
99
99
secrets :
100
100
MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
101
101
MAVEN_SIGNING_PASSPHRASE : ${{ secrets.MAVEN_SIGNING_PASSPHRASE }}
@@ -104,10 +104,10 @@ jobs:
104
104
105
105
snapshot :
106
106
if : ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
107
- uses : optimizely/java-sdk/.github/workflows/build.yml@master
107
+ uses : optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
108
108
with :
109
109
action : ship
110
- travis_tag : BB-SNAPSHOT
110
+ github_tag : BB-SNAPSHOT
111
111
secrets :
112
112
MAVEN_SIGNING_KEY_BASE64 : ${{ secrets.MAVEN_SIGNING_KEY_BASE64 }}
113
113
MAVEN_SIGNING_PASSPHRASE : ${{ secrets.MAVEN_SIGNING_PASSPHRASE }}
0 commit comments