Skip to content

Commit

Permalink
Section 9 using outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
moontrip committed Jul 28, 2024
1 parent 0aac883 commit 460abd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
caching: 'false'
# DKDK check outputs defined at action.yml
- name: Output information
run: echo "Cache used? $${{ steps.cache-deps.outputs.used-cache }}"
run: echo "Cache used? ${{ steps.cache-deps.outputs.used-cache }}"
- name: Lint code
run: npm run lint
test:
Expand Down

0 comments on commit 460abd9

Please sign in to comment.