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 72
72
echo "$GITHUB_CONTEXT"
73
73
home/runner/ci-helper-tools/trigger-script-with-status-update.sh
74
74
build :
75
- uses : optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
75
+ uses : optimizely/android-sdk/.github/workflows/build.yml@master
76
76
with :
77
77
action : build
78
78
test :
@@ -135,7 +135,7 @@ jobs:
135
135
script : ./gradlew testAllModules
136
136
publish :
137
137
if : startsWith(github.ref, 'refs/tags/')
138
- uses : optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
138
+ uses : optimizely/android-sdk/.github/workflows/build.yml@master
139
139
with :
140
140
action : ship
141
141
github_tag : ${GITHUB_REF#refs/*/}
@@ -147,7 +147,7 @@ jobs:
147
147
148
148
snapshot :
149
149
if : ${{ github.event.inputs.SNAPSHOT == 'true' && github.event_name == 'workflow_dispatch' }}
150
- uses : optimizely/android-sdk/.github/workflows/build.yml@muzahid/remove-travis
150
+ uses : optimizely/android-sdk/.github/workflows/build.yml@master
151
151
with :
152
152
action : ship
153
153
github_tag : BB-SNAPSHOT
You can’t perform that action at this time.
0 commit comments