Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st committed Oct 12, 2024
1 parent 7664fc6 commit c631062
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macOS_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
submodules: true
fetch-depth: 0

- name: Use custom Fetch Merge Action
uses: .github/actions/fetch-and-merge
- name: Use custom Fetch and Merge Action
uses: ./.github/actions/fetch-and-merge

- name: Copy poetry.lock to root directory
run: |
Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
runs-on: macos-13

steps:
- name: Use custom Fetch Merge Action
uses: .github/actions/fetch-and-merge
- name: Use custom Fetch and Merge Action
uses: ./.github/actions/fetch-and-merge

- name: Copy poetry.lock to root directory
run: |
Expand Down

0 comments on commit c631062

Please sign in to comment.