Skip to content

Commit

Permalink
📝 Chore(Actions): Try to use checkout to run git command with defau…
Browse files Browse the repository at this point in the history
…lt token.
  • Loading branch information
Dynesshely committed Feb 25, 2024
1 parent cc35ae5 commit c6ab3e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
dotnet-version: |
8.0.x
- uses: actions/checkout@v4
- name: Setup Sub-submodules in `KitX SDK`
working-directory: "KitX SDK"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
dotnet-version: |
8.0.x
- uses: actions/checkout@v4
- name: Setup Sub-submodules in `KitX SDK`
working-directory: "KitX SDK"
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
dotnet-version: |
8.0.x
- uses: actions/checkout@v4
- name: Setup Sub-submodules in `KitX Standard`
working-directory: "KitX Standard"
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
dotnet-version: |
8.0.x
- uses: actions/checkout@v4
- name: Setup Sub-submodules in `KitX Standard`
working-directory: "KitX Standard"
run: |
git submodule update --init --recursive
- uses: actions/checkout@v4
- name: Setup Sub-submodules in `KitX SDK`
working-directory: "KitX SDK"
run: |
Expand Down

0 comments on commit c6ab3e5

Please sign in to comment.