Skip to content

Commit 855b534

Browse files
ref name
1 parent e5a3eff commit 855b534

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager "platforms;android-36" "build-tools;36.0.0" "platform-tools" "ndk;28.0.13004108"
3232
3333
- name: Clone RUM schema
34-
run: ./gradlew :features:dd-sdk-android-rum:cloneRumSchema -Pdd.rum.schema.ref="${{ github.head_ref }}"
34+
run: ./gradlew :features:dd-sdk-android-rum:cloneRumSchema -Pdd.rum.schema.ref="${{ github.ref_name }}"
3535

3636
- name: Verify RUM models
3737
run: ./gradlew :features:dd-sdk-android-rum:generateRumModelsFromJson

0 commit comments

Comments
 (0)