Skip to content

Commit

Permalink
workdlows: deploy: checkout git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed May 30, 2024
1 parent c97ef4e commit 287869e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodule: recursive
- name: Setup environments
run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
- name: Setup Git
Expand Down

0 comments on commit 287869e

Please sign in to comment.