From 0da3abaaad7ba7af33cf794e33af89e8817e3b70 Mon Sep 17 00:00:00 2001 From: Orie Steele Date: Sat, 10 Aug 2024 12:36:37 -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 30ed3f33..94cf4fd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/cache@v4 with: key: ${{ hashFiles('dist/**') }} - path: | + path: > action.yml dist/* @@ -29,13 +29,13 @@ jobs: - uses: actions/cache@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 }}"