This repository was archived by the owner on Nov 24, 2025. It is now read-only.
chore: add deprecation notice and migration guidance to README and en… #140
This file contains hidden or 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v3 | |
| - uses: npalm/action-docs-action@b1dd20339140224c1ffef389467e4fece8dc416b # ratchet:npalm/action-docs-action@v3.1.2 | |
| - 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 |