Skip to content

[chore] yml파일 관리를 위한 submodule 도입 #5

[chore] yml파일 관리를 위한 submodule 도입

[chore] yml파일 관리를 위한 submodule 도입 #5

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{GIT_SECRET}}

Check failure on line 15 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 15, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET .github/workflows/dev-ci.yml (Line: 26, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET

Check failure on line 15 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 15, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET .github/workflows/dev-ci.yml (Line: 26, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET

Check failure on line 15 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 15, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET .github/workflows/dev-ci.yml (Line: 26, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET

Check failure on line 15 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 15, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET .github/workflows/dev-ci.yml (Line: 26, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET

Check failure on line 15 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 15, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET .github/workflows/dev-ci.yml (Line: 26, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET

Check failure on line 15 in .github/workflows/dev-ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/dev-ci.yml (Line: 15, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET .github/workflows/dev-ci.yml (Line: 26, Col: 18): Unrecognized named-value: 'GIT_SECRET'. Located at position 1 within expression: GIT_SECRET
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: Checkout repo
uses: actions/checkout@v4
with:
token: ${{GIT_SECRET}}
submodules: true
- name: build with gradle
run: |
chmod +x gradlew
./gradlew clean build -x test