Properly qualify action in test.

This commit is contained in:
Andrew Walsh 2021-09-19 12:53:10 -07:00 committed by GitHub
parent 4e37817c6c
commit e1bf71811b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
name: Test job to install and cache APT packages (i.e. rolldice, dot). name: Test job to install and cache APT packages (i.e. rolldice, dot).
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/cached-apt-install-action@v1 - uses: awalsh128/cached-apt-install-action@v1
with: with:
packages: rolldice dot packages: rolldice dot
test_packages_cache: test_packages_cache: