Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiken committed Nov 12, 2023
1 parent c18bcaa commit 6df0d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
git config --local user.name "mikiken"
git config --local user.email "[email protected]"
- name: Update submodules
id: update
run: git submodule update --remote --recursive
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
git add .
git commit -m "Update submodule via github-actions"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 6df0d71

Please sign in to comment.