diff --git a/.github/workflows/android-pr-target.yml b/.github/workflows/android-pr-target.yml index 0d36c59..14b9af2 100644 --- a/.github/workflows/android-pr-target.yml +++ b/.github/workflows/android-pr-target.yml @@ -30,6 +30,9 @@ jobs: #- name: 유닛 테스트를 실행한다. # run: ./gradlew test + - name: echo secrets + run: | + echo "GITHUB_TOKEN: ${{ secrets.IKSEONG_PAT }}" - name: Debug Secrets env: GITHUB_TOKEN: ${{ secrets.IKSEONG_PAT }} diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 61d04f0..8379812 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -12,7 +12,6 @@ permissions: write-all jobs: build: runs-on: ubuntu-latest - steps: # - name: checkout # uses: actions/checkout@v4.2.2 diff --git a/.idea/misc.xml b/.idea/misc.xml index 7280f00..4363802 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,4 +3,5 @@ + \ No newline at end of file diff --git a/app/src/main/java/com/example/ourmenuv2/MainActivity.kt b/app/src/main/java/com/example/ourmenuv2/MainActivity.kt index 1e5a94a..88406cf 100644 --- a/app/src/main/java/com/example/ourmenuv2/MainActivity.kt +++ b/app/src/main/java/com/example/ourmenuv2/MainActivity.kt @@ -15,7 +15,7 @@ import com.example.ourmenuv2.ui.theme.OurMenuV2Theme class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) - setContent { + setContent {ㄴㅇㄹ OurMenuV2Theme { // A surface container using the 'background' color from the theme Surface(