Skip to content

Commit

Permalink
Add trigger for otm-cluster on changes to otm-tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
george-mcintyre committed May 2, 2023
1 parent a0334d9 commit aaf9974
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-otm-tiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- name: Commit an push files
run: |
cd src/otm-cluster
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -a -m "Trigger tiler build"
- name: Push changes to otm-cluster
uses: ad-m/github-push-action@master
with:
force_with_lease: true
git push

0 comments on commit aaf9974

Please sign in to comment.