[ci] Always checkout debezium-server based on core's branch pushed

This commit is contained in:
Chris Cranford 2024-09-04 06:43:34 -04:00
parent eed82f5bb6
commit 7c989f1215
No known key found for this signature in database
GPG Key ID: 8B8088D41181D04B

View File

@ -33,6 +33,9 @@ jobs:
with:
repository: debezium/debezium-server
path: server
# Always checkout based on pushed branch name in main repository
# This should always exist in the debezium-server repository.
ref: ${{ github.ref_name }}
- uses: ./core/.github/actions/setup-java