Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix(actions): disable variables in cache string
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 17, 2021
1 parent 45e5a25 commit d6b1e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v2
with:
path: |
~/$XDG_CONFIG_HOME/@beetcb/cea-nodejs/config.json
~/.config/@beetcb/cea-nodejs
!~/cache/exclude
**/node_modules
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}
Expand Down

0 comments on commit d6b1e9c

Please sign in to comment.