add in autodump for composer
This commit is contained in:
parent
65a642b143
commit
d344d2c702
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Install composer dependencies
|
- name: Install composer dependencies
|
||||||
run: |
|
run: |
|
||||||
composer config -g github-oauth.github.com ${{ secrets.GITHUB_TOKEN }}
|
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
|
- name: Set current date to variable
|
||||||
id: set_date
|
id: set_date
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue