This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
Merge pull request #147 from selemondev/cleanup #51
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: Update Table in README on nuxt-ui-vue Version Change | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
update-readme-table: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v2 | |
- name: Update README Table | |
run: node .github/scripts/update-readme-table.js | |
env: | |
README_PATH: README.md |