Skip to content

Commit

Permalink
#28259 Fixing Rewrite Filter adding sdk_libs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Aug 2, 2024
1 parent 975f4fe commit af13a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
elif [ "${module}" == "jvm_unit_test" ]; then
jvm_unit_test=${{ steps.filter.outputs.jvm_unit_test }}
elif [ "${module}" == "sdk_libs" ]; then
sdk=${{ steps.filter.outputs.sdk_libs }}
sdk_libs=${{ steps.filter.outputs.sdk_libs }}
fi
done
fi
Expand Down

0 comments on commit af13a62

Please sign in to comment.