From 7d715e90469815721c068c502a9bf8fded3f9128 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sat, 10 Aug 2024 12:38:54 -0500 Subject: [PATCH] test --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c5b8e91..4fd91e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/cache/save@v4 with: key: ${{ hashFiles('dist/**') }} - path: > + path: | action.yml dist/* @@ -25,13 +25,13 @@ jobs: - uses: actions/cache/restore@v4 with: key: ${{ hashFiles('dist/**') }} - path: > + path: | action.yml dist/* - id: generate_private_key uses: ./ with: - transmute: > + transmute: | jose keygen --alg ES256 --verbose - run: echo "${{ steps.generate_private_key.outputs.json }}"