We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c14a0 commit e20c555Copy full SHA for e20c555
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
id: cache
17
with:
18
path: ~/.cache
19
- key: firebase-cli
+ key: ${{ runner.os }}-Firebase-CLI
20
- name: Set up Python ${{ matrix.python }}
21
uses: actions/setup-python@v1
22
0 commit comments