Merge pull request #25 from khhipparagi/feature/check-scan-status-bef… #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Action docs' | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
pull_request: | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: npalm/[email protected] | |
- name: Update readme in the repository | |
if: github.event_name != 'pull_request' | |
uses: stefanzweifel/[email protected] | |
with: | |
commit_message: "chore(ci): Updating readme" | |
file_pattern: README.md |