Skip to content

Commit

Permalink
Merge branch 'ortelius:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sachajw authored Apr 12, 2024
2 parents 0d4c5da + f89ae6d commit 6eb5c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-sync-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out Repository
uses: actions/checkout@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Sync with Upstream
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Merge upstream
run: |
git config --global user.name 'your-name'
Expand Down

0 comments on commit 6eb5c30

Please sign in to comment.