Skip to content

Commit

Permalink
Fix CI for wrong name of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Oct 1, 2023
1 parent a745920 commit c1713ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-test-modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
with:
token: ${{ secrets.GHA_PAT }}
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: yugawara
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
with:
token: ${{ secrets.GHA_PAT }}
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: mizugaki
Expand Down Expand Up @@ -379,7 +379,7 @@ jobs:
with:
token: ${{ secrets.GHA_PAT }}
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: shirakami
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
with:
token: ${{ secrets.GHA_PAT }}
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: sharksfin
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
with:
token: ${{ secrets.GHA_PAT }}
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: tateyama
Expand Down Expand Up @@ -546,7 +546,7 @@ jobs:
token: ${{ secrets.GHA_PAT }}
sharksfin-implementation: shirakami
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: jogasaki
Expand Down Expand Up @@ -603,7 +603,7 @@ jobs:
token: ${{ secrets.GHA_PAT }}
sharksfin-implementation: shirakami
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Build
working-directory: ogawayama
Expand Down Expand Up @@ -661,7 +661,7 @@ jobs:
token: ${{ secrets.GHA_PAT }}
sharksfin-implementation: shirakami
checkout: false
base_dir: '.'
path: '.'

- name: CMake_Install
working-directory: tateyama-bootstrap
Expand Down

0 comments on commit c1713ce

Please sign in to comment.