Skip to content

Bump IntelliJ version support to 241.* #10

Bump IntelliJ version support to 241.*

Bump IntelliJ version support to 241.* #10

Workflow file for this run

name: Publish Commits to Discord
on:
- push
jobs:
publish-commits:
runs-on: ubuntu-latest
name: discord commits
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Discord Commits
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.PRIVATE_DISCORD_WEBHOOK }}
template: 'avatar-with-link'
include-extras: true
- name: Discord Commits
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.PUBLIC_DISCORD_WEBHOOK }}
template: 'avatar-with-link'
include-extras: true