File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131
3232 integration_tests :
3333 if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
34+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
3535 secrets :
3636 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
3737
3838 fullstack_production_suite :
3939 if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
40- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
40+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
4141 with :
4242 FULLSTACK_TEST_REPO : ProdTesting
4343 secrets :
9292
9393 publish :
9494 if : startsWith(github.ref, 'refs/tags/')
95- uses : optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
95+ uses : optimizely/java-sdk/.github/workflows/build.yml@master
9696 with :
9797 action : ship
9898 github_tag : ${GITHUB_REF#refs/*/}
@@ -104,7 +104,7 @@ jobs:
104104
105105 snapshot :
106106 if : ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
107- uses : optimizely/java-sdk/.github/workflows/build.yml@muzahidul-opti-patch-1
107+ uses : optimizely/java-sdk/.github/workflows/build.yml@master
108108 with :
109109 action : ship
110110 github_tag : BB-SNAPSHOT
You can’t perform that action at this time.
0 commit comments