Skip to content

Commit

Permalink
ci: echec merge dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarre committed Dec 26, 2023
1 parent 84015e1 commit dd08fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dependabot post-update
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches: main
branches: develop

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit -m "Apply dist/index.js changes"
git push
echo "💾 pushed dist/index.js changes"
echo "💾 pushed dist/index.js changes"

0 comments on commit dd08fca

Please sign in to comment.