Skip to content

Commit

Permalink
fix(ci): save key cache correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Jun 4, 2024
1 parent 3f620c7 commit 9173375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/foundry-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
needs: pre-setup
outputs:
version: ${{ steps.set-key.outputs.key }}
key: ${{ steps.set-key.outputs.key }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9173375

Please sign in to comment.