Skip to content

add PDF/A-4, PDF-1.7 and PDF-2.0 to convert-to API #27045

add PDF/A-4, PDF-1.7 and PDF-2.0 to convert-to API

add PDF/A-4, PDF-1.7 and PDF-2.0 to convert-to API #27045

Workflow file for this run

name: "IRC Notification"
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: irc push
uses: vmiklos/notify-irc@fd4b1c5613390a6ba6bdd83e5af75b3dacd86ac8
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master' && github.repository == 'CollaboraOnline/online'
with:
channel: "#cool-dev"
nickname: github-online
message: |
${{ toJson(github.event) }}