Skip to content

Commit

Permalink
Merge pull request #1237 from pyiron/jan-janssen-patch-1
Browse files Browse the repository at this point in the history
Fix dependabot
  • Loading branch information
jan-janssen authored Dec 2, 2023
2 parents 051d279 + 07969ed commit 1459e42
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 }}
branch: ${{ github.event.pull_request.head.ref }}

0 comments on commit 1459e42

Please sign in to comment.