Skip to content

Commit

Permalink
fix(deploy.yml): typo action -> actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Chamber6821 committed Apr 20, 2024
1 parent a55f3f5 commit da22b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle
- name: Cache Docker layers
uses: action/cache@v3
uses: actions/cache@v3
with:
path: /var/lib/docker
key: ${{ runner.os }}-docker-${{ hashFiles('/var/lib/docker/**/*') }}
Expand Down

0 comments on commit da22b6b

Please sign in to comment.