File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 uses : actions/checkout@v4
3838 - name : Get latest version of main.html and main.js
3939 run : |
40- wget $(curl -s https://api.github.com/repos/devchat-ai/devchat-plugins-frontend /releases/latest | grep -oP '"browser_download_url": "\K(.*)(?=")' | grep main.html) -O src/main/resources/static/main.html
41- wget $(curl -s https://api.github.com/repos/devchat-ai/devchat-plugins-frontend /releases/latest | grep -oP '"browser_download_url": "\K(.*)(?=")' | grep main.js) -O src/main/resources/static/main.js
40+ wget $(curl -s https://api.github.com/repositories/709076669 /releases/latest | grep -oP '"browser_download_url": "\K(.*)(?=")' | grep main.html) -O src/main/resources/static/main.html
41+ wget $(curl -s https://api.github.com/repositories/709076669 /releases/latest | grep -oP '"browser_download_url": "\K(.*)(?=")' | grep main.js) -O src/main/resources/static/main.js
4242
4343 # Validate wrapper
4444 - name : Gradle Wrapper Validation
You can’t perform that action at this time.
0 commit comments