mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 18:17:15 +00:00
Fix YAML syntax.
This commit is contained in:
parent
f638a5069a
commit
d136de68b5
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -85,8 +85,8 @@ jobs:
|
|||
- name: Execute
|
||||
uses: actions/cached-apt-install-action@v1
|
||||
with:
|
||||
cache_key:
|
||||
packages: dot
|
||||
cache_key: ''
|
||||
packages: ''
|
||||
continue-on-error: true
|
||||
- name: Verify
|
||||
if: steps.execute.outcom != 'failure'
|
||||
|
|
Loading…
Reference in a new issue