Skip to content

Commit

Permalink
Merge pull request #17 from utopia-php/fix-failing-jobs
Browse files Browse the repository at this point in the history
Fix: Failing jobs
  • Loading branch information
eldadfux authored Aug 29, 2022
2 parents c2ad85f + 3b2fefa commit d65fcf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/import.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
on:
schedule:
- cron: "12 3 * * *"
workflow_dispatch:

jobs:
import:
Expand All @@ -13,7 +14,8 @@ jobs:
- name: Commit and push
run: |
if git diff --exit-code data/data.php; then
exit 1
echo "Aborting action, remote data has not changed."
exit 0
fi
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit d65fcf7

Please sign in to comment.