Skip to content

Autoformat code - push results #76

Autoformat code - push results

Autoformat code - push results #76

name: Autoformat code - push results
on:
workflow_run:
workflows: ["Autoformat code"]
types:
- completed
permissions:
pull-requests: write
contents: write
jobs:
push-and-notify:
name: Push autoformatted code and notify user
runs-on: ubuntu-latest
if: >
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
steps:
- name: 'Push autoformatted patch'
uses: rolfbjarne/[email protected]
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}