Skip to content

Commit

Permalink
workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed May 1, 2024
1 parent 5523d93 commit aae148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java_pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: echo "VERSION_CURRENT=$(mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec)" >> $GITHUB_OUTPUT

- name: Checkout master branch
run: git checkout master
run: git checkout origin master

- name: Extract Version from Master Branch
id: extract_version_master
Expand Down

0 comments on commit aae148f

Please sign in to comment.