Skip to content

Bump django-allauth[mfa] from 65.8.1 to 65.13.1 (#1956) #2270

Bump django-allauth[mfa] from 65.8.1 to 65.13.1 (#1956)

Bump django-allauth[mfa] from 65.8.1 to 65.13.1 (#1956) #2270

Workflow file for this run

---
name: "IRC Notification on push"
on:
- "push"
jobs:
notification:
runs-on: "ubuntu-latest"
name: "IRC Notifications"
steps:
- name: "IRC notification"
if: ${{ (github.repository == 'bornhack/bornhack-website') && (github.actor != 'dependabot[bot]') }}
uses: "Gottox/irc-message-action@v2"
with:
server: "irc.baconsvin.org"
channel: "#bornhack-website"
nickname: "webteambot"
message: |-
${{ github.actor }} pushed new commits: ${{ github.event.compare }} - latest commit msg: "${{ github.event.head_commit.message }}"
...