Skip to content

Commit

Permalink
update commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul-m-prajapati committed Dec 11, 2024
1 parent 720fe36 commit 990aa44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/gh-workflow-tailcall/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ fn lint_and_fmt_fix_job() -> Job {
git config user.email "github-actions[bot]@users.noreply.github.com"
PR_NUMBER=$(gh pr view --json number -q .number)
git add .

Check warning on line 161 in crates/gh-workflow-tailcall/src/workflow.rs

View workflow job for this annotation

GitHub Actions / Build and Test

Diff in /home/runner/work/gh-workflow/gh-workflow/crates/gh-workflow-tailcall/src/workflow.rs
git commit -m "style: apply automatic formatting fixes (#${PR_NUMBER})"\
-m "Applied automatic formatting fixes via gh-workflow-tailcall"
git commit -m "style: Applied automatic formatting fixes via gh-workflow-tailcall"
git push
"#))
}
Expand Down

0 comments on commit 990aa44

Please sign in to comment.