From 7d7e97d4507862b395c1ab65994e8d1cf67f1f12 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sat, 10 Aug 2024 12:40:07 -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 4fd91e1e..6c5b8e91 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 }}"