diff --git a/.github/workflows/UpdateDependabotPR.yml b/.github/workflows/UpdateDependabotPR.yml index b3971e999..98702d17e 100644 --- a/.github/workflows/UpdateDependabotPR.yml +++ b/.github/workflows/UpdateDependabotPR.yml @@ -15,9 +15,11 @@ jobs: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo token: ${{ secrets.DEPENDABOT_WORKFLOW_TOKEN }} - name: UpdateEnvironmentFile + env: + PR_TITLE: ${{ github.event.pull_request.title }} shell: bash -l {0} run: | - python .ci_support/update_environment.py ${{ github.event.pull_request.title }} + python .ci_support/update_environment.py $PR_TITLE - name: UpdateDependabotPR commit run: | git config --local user.email "pyiron@mpie.de"