Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Aug 10, 2024
1 parent f2bc8cc commit 7d715e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/cache/save@v4
with:
key: ${{ hashFiles('dist/**') }}
path: >
path: |
action.yml
dist/*
Expand All @@ -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 }}"

0 comments on commit 7d715e9

Please sign in to comment.