소스 검색

Rename input 'ccache' to 'cache' in workflow

jimsterino98 4 달 전
부모
커밋
fe9d9b5e1c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/kernel-samsung.yml

+ 2 - 2
.github/workflows/kernel-samsung.yml

@@ -31,7 +31,7 @@ on:
       bbr:
         required: true
         type: string
-      ccache:
+      cache:
         required: true
         type: string
 
@@ -203,5 +203,5 @@ jobs:
       droidspace: ${{ inputs.droidspace }}
       ntsync: ${{ inputs.ntsync }}
       bbr: ${{ inputs.bbr }}
-      ccache: ${{ inputs.ccache }}
+      cache: ${{ inputs.cache }}