File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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@mnoman/fsc-gitaction-test
34+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
3535 secrets :
3636 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
3737
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 travis_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 travis_tag : BB-SNAPSHOT
You can’t perform that action at this time.
0 commit comments