Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jan 23, 2023
1 parent 9859fb5 commit e3f4b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get project-config cache directory
id: project-config-cache
run: |
echo "directory=$(hatch run project-config show cache)" >> $GITHUB_OUTPUT
echo "directory=$(hatch --quiet --no-interactive run project-config show cache)" >> $GITHUB_OUTPUT
- name: Cache project-config
uses: actions/cache@v3
with:
Expand Down

0 comments on commit e3f4b05

Please sign in to comment.