Skip to content

Commit

Permalink
Fix submodule path
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos committed Apr 11, 2024
1 parent 9814ebe commit 284a43e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,13 @@ jobs:
etl
- name: Commit and push changes
env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
cd data
git config user.name github-actions
git config user.email [email protected]
git remote set-url origin https://x-access-token:${PERSONAL_ACCESS_TOKEN}@github.com/imaginerio/imaginerio-data.git
git add .
git commit -m "Auto updated data" && git push origin HEAD:main || echo "No changes to commit"
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "data"]
path = data
url = https://github.com/imaginerio/situated-views-data.git
url = https://github.com/imaginerio/imaginerio-data.git

0 comments on commit 284a43e

Please sign in to comment.