Frontend
This commit is contained in:
parent
9ff7eea356
commit
5d48b76f44
@ -68,7 +68,7 @@ jobs:
|
|||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "GitHub Actions[bot]"
|
git config --global user.name "GitHub Actions[bot]"
|
||||||
git checkout -b update_versions || git checkout update_versions
|
git checkout -b update_versions || git checkout update_versions
|
||||||
git add json/versions.json
|
git add frontend/public/json/versions.json
|
||||||
git commit -m "Update versions.json"
|
git commit -m "Update versions.json"
|
||||||
git push origin update_versions --force
|
git push origin update_versions --force
|
||||||
gh pr create --title "[AUTOMATIC PR]Update versions.json" --body "Update versions.json, crawled from newreleases.io" --base main --head update_versions
|
gh pr create --title "[AUTOMATIC PR]Update versions.json" --body "Update versions.json, crawled from newreleases.io" --base main --head update_versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user