Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 18, 2023
1 parent f294a6e commit 7e9f766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/install-vendor/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ runs:
- name: Configure composer root version
run: |
echo $(pwd)
source ~/.composer-root-version
ls -la
source .composer-root-version
echo "COMPOSER_ROOT_VERSION=${COMPOSER_ROOT_VERSION}" >> $GITHUB_ENV
shell: sh

Expand Down

0 comments on commit 7e9f766

Please sign in to comment.