Skip to content

Commit

Permalink
fix(terraform): correct output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hknutsen committed Dec 16, 2024
1 parent ec09b59 commit fb9ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Restore cache
id: cache-restore
if: steps.mkdir.outputs.plugin-cache.dir != ''
if: steps.mkdir.outputs.plugin-cache-dir != ''
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: ${{ steps.mkdir.outputs.plugin-cache-dir }}
Expand Down

0 comments on commit fb9ef74

Please sign in to comment.