Skip to content

Commit

Permalink
fix: action?
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Apr 12, 2024
1 parent 260fa25 commit b8309c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/minifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
create_branch: true
commit_message: Apply minifications
push_options: "--force"

commit_user_name: skifli # defaults to "github-actions[bot]"
commit_user_email: [email protected] # defaults to "41898282+github-actions[bot]@users.noreply.github.com"
commit_author: Author <[email protected]> # defaults to "username <[email protected]>", where "username" belongs to the author of the commit that triggered the run

0 comments on commit b8309c7

Please sign in to comment.