diff --git a/.github/workflows/setup-predeploy-env.yml b/.github/workflows/setup-predeploy-env.yml index d72a478..0ee035a 100644 --- a/.github/workflows/setup-predeploy-env.yml +++ b/.github/workflows/setup-predeploy-env.yml @@ -30,7 +30,6 @@ jobs: commit_options: "--no-verify" commit_user_name: "github-actions[bot]" commit_user_email: "github-actions[bot]@users.noreply.github.com" - 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" @@ -65,7 +64,6 @@ jobs: commit_options: "--no-verify" commit_user_name: "github-actions[bot]" commit_user_email: "github-actions[bot]@users.noreply.github.com" - 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" @@ -74,4 +72,4 @@ jobs: - name: "Run if no changes have been detected" if: steps.auto-commit-action.outputs.changes_detected == 'false' - run: echo "No Changes!" \ No newline at end of file + run: echo "No Changes!"