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
|
- name: Execute
|
||||||
uses: actions/cached-apt-install-action@v1
|
uses: actions/cached-apt-install-action@v1
|
||||||
with:
|
with:
|
||||||
cache_key:
|
cache_key: ''
|
||||||
packages: dot
|
packages: ''
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Verify
|
- name: Verify
|
||||||
if: steps.execute.outcom != 'failure'
|
if: steps.execute.outcom != 'failure'
|
||||||
|
|
Loading…
Reference in a new issue