Skip to content

Commit

Permalink
Merge pull request #25 from project-tsurugi/ci-prepare-public-final
Browse files Browse the repository at this point in the history
Modify CI for preparing public - final
  • Loading branch information
akirakw authored Oct 3, 2023
2 parents 49c48f7 + c479e3d commit 11b1273
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Yugawara-Install-Dependencies

inputs:
token:
description: token for checkout private repo
required: true
checkout:
description: Skip checkout if false
default: true
Expand All @@ -22,7 +19,6 @@ runs:
repository: project-tsurugi/takatori
path: ${{ inputs.path }}/takatori
ref: master
token: ${{ inputs.token }}

- name: Install_Takatori
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.GHA_PAT }}

- name: Install_Dependencies
uses: ./.github/actions/install-dependencies
with:
token: ${{ secrets.GHA_PAT }}

- name: CMake_Build
run: |
Expand Down Expand Up @@ -77,12 +74,9 @@ jobs:
uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.GHA_PAT }}

- name: Install_Dependencies
uses: ./.github/actions/install-dependencies
with:
token: ${{ secrets.GHA_PAT }}

- name: CMake_Generate
run: |
Expand Down

0 comments on commit 11b1273

Please sign in to comment.