Rename scripts (#463)

This commit is contained in:
Marc Wrobel
2025-07-12 09:25:23 +02:00
committed by GitHub
parent 1e2631cef0
commit aa88b806af
4 changed files with 6 additions and 6 deletions

View File

@@ -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