Skip to content

Commit

Permalink
Update setup-predeploy-env.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 authored May 17, 2024
1 parent 9615a22 commit b38b842
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/setup-predeploy-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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!"
run: echo "No Changes!"

0 comments on commit b38b842

Please sign in to comment.