Skip to content

Commit

Permalink
build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
evandor committed May 9, 2024
1 parent 5c319dd commit 01a2d6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: 'true'
# with:
# submodules: 'true'

- name: Merge chrome-extension -> firefox-extension
uses: devmasx/[email protected]
Expand All @@ -23,8 +23,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: 'true'
# with:
# submodules: 'true'

- name: Merge chrome-extension -> edge-extension
uses: devmasx/[email protected]
Expand All @@ -38,8 +38,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: 'true'
# with:
# submodules: 'true'

- name: Merge chrome-extension -> opera-extension
uses: devmasx/[email protected]
Expand Down

0 comments on commit 01a2d6c

Please sign in to comment.