Rename scripts (#463)
This commit is contained in:
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
continue-on-error: true # commit even if the data was not fully updated
|
||||
run: python update.py -p 'website/products'
|
||||
run: python update-release-data.py -p 'website/products'
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
@@ -80,6 +80,6 @@ jobs:
|
||||
path: ~/.cache
|
||||
|
||||
# we still want to easily know if something went wrong
|
||||
- name: Restore update.py failure
|
||||
- name: Restore update-release-data.py failure
|
||||
if: steps.update_data.outcome != 'success'
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user