1
mirror of https://github.com/revanced/revanced-integrations synced 2025-03-23 02:44:21 +01:00

ci: Use better workflow name and PR message

This commit is contained in:
oSumAtrIX 2023-09-23 18:17:45 +02:00
parent 9272df52f3
commit b193b3dbc1
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

@ -1,4 +1,4 @@
name: PR to main name: Open a PR to main
on: on:
push: push:
@ -7,7 +7,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
MESSAGE: merge branch `${{ github.head_ref || github.ref_name }}` to `main` MESSAGE: Merge branch `${{ github.head_ref || github.ref_name }}` to `main`
jobs: jobs:
pull-request: pull-request: