Skip to content

Commit

Permalink
adjusted CI check github action to checkout the correct sdk branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Limpoeck committed Apr 24, 2024
1 parent 931eced commit a8a4123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
git clone https://github.com/hivemq/hivemq-extension-sdk.git ../hivemq-extension-sdk
cd ../hivemq-extension-sdk
git checkout ${GITHUB_REF} || true
git checkout ${GITHUB_REF#refs/heads/} || true
cd ../hivemq-community-edition
- name: Setup Java
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
Expand Down

0 comments on commit a8a4123

Please sign in to comment.