Skip to content

Commit

Permalink
chore: fix copy pasta in submodule name
Browse files Browse the repository at this point in the history
  • Loading branch information
charleslavon committed Mar 8, 2024
1 parent f57f5ef commit 3b859a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.REPO_TOKEN }}
- name: update nearorg_marketing
- name: update near-discovery submodules
run: |
git submodule init
git submodule update --remote --merge
Expand Down

0 comments on commit 3b859a7

Please sign in to comment.