Skip to content

Commit

Permalink
Update update-javavalidator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Dec 31, 2024
1 parent 27d7e15 commit 397cbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-javavalidator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fi
git checkout -b "$BRANCH_NAME"
yq -i ".inputs.JAVA_VALIDATOR_VERSION.default = \"$NEW_VERSION\"" action.yml
yq -i ".inputs.JAVA_VALIDATOR_VERSION.default = \"$LATEST_RELEASE\"" action.yml
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git add action.yml
Expand Down

0 comments on commit 397cbb8

Please sign in to comment.