Skip to content

Commit

Permalink
Fix one more
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 16, 2023
1 parent c56ca47 commit dba6127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: "Determine Composer cache directory"
id: composer-cache
run: echo "name=dir::$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: "Cache dependencies"
uses: actions/cache@v3
Expand Down

0 comments on commit dba6127

Please sign in to comment.