Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: update Git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
juliapampus committed Oct 4, 2023
1 parent 3dcbe13 commit f43c6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: "true"
- name: Pull Remote Changes
run: git pull
- name: Update submodule
run: |
git pull
git submodule update --init --remote
echo "NEW_BRANCH=update-submodules-${GITHUB_SHA}" >> $GITHUB_ENV
- name: Commit changes
Expand Down

0 comments on commit f43c6a6

Please sign in to comment.