Skip to content

Commit

Permalink
mod: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
wonlog-g authored Jul 1, 2024
1 parent 66169bf commit f35a59e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: 현재 시간 가져오기
uses: 1466587594/get-current-time@v2
Expand Down

0 comments on commit f35a59e

Please sign in to comment.