Skip to content

Commit

Permalink
ci: Format & simplify names & commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX authored Jul 27, 2024
1 parent 78b6f32 commit 16e9bf7
Showing 1 changed file with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: Update documentation
name: Update

on:
repository_dispatch:
types: [update-documentation]

jobs:
build:
name: Update documentation
name: Update
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update submodule
run: git submodule update --init --recursive --remote repositories/${{ github.event.client_payload.repo }}

- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: 'chore: update docs for ${{ github.event.client_payload.repo }} to ${{github.event.client_payload.ref}}'
message: 'chore: Update ${{ github.event.client_payload.repo }} documentation to ${{github.event.client_payload.ref}}'
fetch: false
default_author: user_info
author_name: ReVanced Bot
Expand Down

0 comments on commit 16e9bf7

Please sign in to comment.