Fix YAML syntax.

This commit is contained in:
Andrew Walsh 2021-10-10 22:21:22 -07:00 committed by GitHub
parent f638a5069a
commit d136de68b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'