Skip to content

Commit

Permalink
Merge pull request #27 from LakshayGMZ/devel
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
martian0x80 authored May 17, 2024
2 parents b38b842 + 31d8fea commit dcce0f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/setup-predeploy-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +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"
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 @@ -61,11 +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"
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 dcce0f5

Please sign in to comment.