Skip to content

Commit

Permalink
fix: more ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Mar 25, 2024
1 parent b70d75d commit d5b8fed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/meta-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Michael Hillcox"
git status
git commit -a -m "Update things" || exit 0
git push origin main
git commit -a -m "Update things"
- name: Push updates
uses: ad-m/github-push-action@master
with:
branch: ${{ github.ref }}

0 comments on commit d5b8fed

Please sign in to comment.