Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mirzakaracic committed Nov 22, 2024
1 parent 5561245 commit ac40151
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ jobs:
ref: ${{ inputs.branch }}

- name: Get java version
id: get-java-versiona
id: get-java-version
run: |
echo java_version="$(grep \"<java.version>\" pom.xml | sed -e 's/<[^>]*>//g' | awk '{$1=$1};1')" >> $GITHUB_ENV
echo java-version="$(grep \"<java.version>\" pom.xml | sed -e 's/<[^>]*>//g' | awk '{$1=$1};1')" >> $GITHUB_ENV
- name: debug - print java-version
run: |
echo ${{ get-java-version.outputs.java_version }}
build:
uses: ./.github/workflows/build.yaml
Expand Down

0 comments on commit ac40151

Please sign in to comment.