We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dcc5a9 commit 2ec3216Copy full SHA for 2ec3216
.github/workflows/java.yml
@@ -31,7 +31,7 @@ jobs:
31
32
integration_tests:
33
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
+ uses: optimizely/java-sdk/.github/workflows/integration_test.yml@mnoman/fsc-gitaction-test
35
secrets:
36
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
37
0 commit comments