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 844db8f commit 275d829
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 eval --inplace ".inputs.JAVA_VALIDATOR_VERSION.default = \"$LATEST_RELEASE\"" action.yml
sed -i "s/\(JAVA_VALIDATOR_VERSION:.*default: \).*/\1\"$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 275d829

Please sign in to comment.