diff --git a/.gitea/workflows/release_preparation.yaml b/.gitea/workflows/release_preparation.yaml index 85e459d..f8b2e30 100644 --- a/.gitea/workflows/release_preparation.yaml +++ b/.gitea/workflows/release_preparation.yaml @@ -16,7 +16,7 @@ jobs: - name: run composer update to update composer.lock run: composer update - name: commit changed files - uses: stefanzweifel/git-auto-commit-action@v5 + 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