Skip to content

Commit

Permalink
Merge pull request #26 from LakshayGMZ/devel
Browse files Browse the repository at this point in the history
Invalid author name in workflow
  • Loading branch information
martian0x80 authored May 17, 2024
2 parents 33c55fc + f5bd5e1 commit 9615a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-predeploy-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
commit_options: "--no-verify"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "Senpai Bot UwU"
commit_author: "github-actions[bot] github-actions[bot]@users.noreply.github.com"
file_pattern: "public/*"
status_options: '--untracked-files=no'
- name: "Run if changes have been detected"
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
commit_options: "--no-verify"
commit_user_name: "github-actions[bot]"
commit_user_email: "github-actions[bot]@users.noreply.github.com"
commit_author: "Senpai Bot UwU"
commit_author: "github-actions[bot] github-actions[bot]@users.noreply.github.com"
file_pattern: "public/*"
status_options: '--untracked-files=no'
- name: "Run if changes have been detected"
Expand Down

0 comments on commit 9615a22

Please sign in to comment.