Enable pip caching
This commit is contained in:
2
.github/workflows/update-mod-versions.yml
vendored
2
.github/workflows/update-mod-versions.yml
vendored
@@ -19,6 +19,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
cache: 'pip' # This enables pip caching
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -44,7 +45,6 @@ jobs:
|
|||||||
|
|
||||||
git add mods/*/meta.json
|
git add mods/*/meta.json
|
||||||
git commit -m "$COMMIT_MSG"
|
git commit -m "$COMMIT_MSG"
|
||||||
# Using the PAT_TOKEN with the default token URL format
|
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
|||||||
Reference in New Issue
Block a user