Skip to content

Commit

Permalink
fix: corrige actions
Browse files Browse the repository at this point in the history
  • Loading branch information
valdeir2000 committed Aug 28, 2020
1 parent c47bb91 commit 0a615a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -16,7 +16,9 @@ jobs:
- name: Get Composer Cache Directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: |
cd upload/system/library/PagSeguro
echo "::set-output name=dir::$(composer config cache-files-dir)"
- uses: actions/cache@v2
with:
Expand Down

0 comments on commit 0a615a6

Please sign in to comment.