From 07969ed059cd289518464ae0d6dcd43092073633 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 2 Dec 2023 15:22:40 +0100 Subject: [PATCH] Update dependabot.yml --- .github/workflows/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 879f7e00d..5440c4f7d 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -21,10 +21,6 @@ jobs: from=$(echo "${{ github.event.pull_request.title }}" | awk '{print $4}') to=$(echo "${{ github.event.pull_request.title }}" | awk '{print $6}') sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment.yml - sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-lammps.yml - sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-gpaw.yml - sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-docs.yml - sed -i "/${package}/s/${from}/${to}/g" .ci_support/environment-notebooks.yml - name: UpdateDependabotPR commit run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" @@ -34,4 +30,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.DEPENDABOT_WORKFLOW_TOKEN }} - branch: ${{ github.event.pull_request.head.ref }} \ No newline at end of file + branch: ${{ github.event.pull_request.head.ref }}