Skip to content

Commit

Permalink
Merge branch 'main' into renovate/phpstan-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Aug 13, 2024
2 parents a38b4e7 + 92c2a5f commit 778db7d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/DrainpipeDevClean.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Clean Drainpipe Dev Package

on:
on: delete
on: delete

concurrency:
group: drainpipe-dev
Expand Down Expand Up @@ -29,14 +28,14 @@ jobs:
working-directory: drainpipe-dev
run: |
git init
git branch -m ${{ github.ref_name }}
git branch -m ${{ github.event.ref }}
git remote add origin [email protected]:Lullabot/drainpipe-dev.git
git fetch origin
git reset --mixed origin/${{ github.ref_name }}
git reset --mixed origin/${{ github.event.ref }}
git config user.name "Lullabot-Drainpipe[bot]"
git config user.email "157769597+Lullabot-Drainpipe[bot]@users.noreply.github.com"
- name: Delete ref from drainpipe-dev
working-directory: drainpipe-dev
run: |
git push origin --delete ${{ github.ref_name }}
git push origin --delete ${{ github.event.ref }}

0 comments on commit 778db7d

Please sign in to comment.