diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index f8b2e30..de0497c 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -8,16 +8,17 @@ on: jobs: update-deps: - container: - image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest + #container: + # image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest steps: - name: check out repository uses: https://github.com/actions/checkout@v4 - - name: run composer update to update composer.lock - run: composer update - - name: commit changed files - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: "update composer.lock and file (automatic update)" - commit_user_name: Action Bot - commit_user_email: bot@chill.social +# - name: run composer update to update composer.lock +# run: composer update +# - name: commit changed files +# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 +# with: +# commit_message: "update composer.lock and file (automatic update)" +# commit_user_name: Action Bot +# commit_user_email: bot@chill.social +#