add in autodump for composer

This commit is contained in:
David Bomba 2025-09-02 16:27:25 +10:00
parent 65a642b143
commit d344d2c702
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Install composer dependencies
run: |
composer config -g github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
composer install --no-dev
composer install --no-dev -o
- name: Set current date to variable
id: set_date