Skip to content

Commit

Permalink
Try this instead (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored May 3, 2024
1 parent 2731646 commit 482ee9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.SYNC_TOKEN }}
- name: Update Merge Commit Message
shell: bash
run: |
git config --global user.name "George Dietrich"
git config --global user.email "dev@dietrich.pub"
git commit --allow-empty --amend -m "${{ github.event.pull_request.title }} (crystal-manyrepos/root#${{ github.event.pull_request.number }})"
git push --force-with-lease
- name: Sync Repos
run: ./scripts/sync.sh
env:
Expand Down
2 changes: 1 addition & 1 deletion src/components/three/src/three.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Three
VERSION = "0.5.0"

def self.foo
"foo"
"foooo"
end
end

0 comments on commit 482ee9b

Please sign in to comment.