Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martian0x80 committed May 17, 2024
1 parent f5bd5e1 commit 296f4c5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/setup-predeploy-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Automated changes
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"
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Changes!"
Expand Down Expand Up @@ -62,12 +57,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Automated changes
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"
if: steps.auto-commit-action.outputs.changes_detected == 'true'
run: echo "Changes!"
Expand Down

0 comments on commit 296f4c5

Please sign in to comment.