Skip to content

Commit

Permalink
Update update_sushi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke authored Dec 31, 2024
1 parent fc490fe commit 45714ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_sushi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git add action.yml
git commit -m "Update JAVA_VALIDATOR_VERSION to $LATEST_RELEASE"
git commit -m "Update SUSHI_VERSION to $LATEST_RELEASE"
git push -u origin "$BRANCH_NAME"
gh pr create --base main --head "$BRANCH_NAME" --title "Update SUSHI_VERSION to $LATEST_RELEASE" --body "This PR updates the SUSHI_VERSION to $LATEST_RELEASE."
env:
Expand Down

0 comments on commit 45714ff

Please sign in to comment.