Skip to content

Commit

Permalink
Update manifest workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jun 21, 2023
1 parent edb4514 commit f655aad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
java-version: 11
distribution: adopt
- name: get sha
- name: Check compatilibility
run: |
echo REF is: ${GITHUB_BASE_REF}
echo "Checking compatilibility with base branch: ${GITHUB_BASE_REF}"
./gradlew checkCompatibility -Pref=${GITHUB_BASE_REF}

0 comments on commit f655aad

Please sign in to comment.