Skip to content

Commit

Permalink
fix: Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz committed Feb 19, 2024
1 parent bd7f59a commit 4333ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Restore the Composer cache directory
id: composercache
run: echo "::set-env name=COMPOSER_CACHE_DIR::$(composer config cache-files-dir)"
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-files-dir)" >> $GITHUB_ENV

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 4333ca8

Please sign in to comment.