Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Merge pull request #262 from GergelyMincsovicsPhilips/main #133

Merge pull request #262 from GergelyMincsovicsPhilips/main

Merge pull request #262 from GergelyMincsovicsPhilips/main #133

Workflow file for this run

name: 'Action docs'
on:
push:
branches:
- main
- develop
pull_request:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
- uses: npalm/action-docs-action@b62a69e27ae389aa92b450f647d37409b9277bf0 # ratchet:npalm/action-docs-action@v1.4.0
- name: Update readme in the repository
if: github.event_name != 'pull_request'
uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # ratchet:stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_message: "chore(ci): Updating readme"
file_pattern: README.md