Skip to content

Merge pull request #226 from philips-software/dependabot/github_actio… #119

Merge pull request #226 from philips-software/dependabot/github_actio…

Merge pull request #226 from philips-software/dependabot/github_actio… #119

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v3
- uses: npalm/action-docs-action@b62a69e27ae389aa92b450f647d37409b9277bf0 # ratchet:npalm/[email protected]
- name: Update readme in the repository
if: github.event_name != 'pull_request'
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # ratchet:stefanzweifel/[email protected]
with:
commit_message: "chore(ci): Updating readme"
file_pattern: README.md