remove housekeeping references

This commit is contained in:
kjeld Schouten-Lebbing 2021-08-31 11:12:47 +02:00
parent f83c860e7e
commit a46ef88ca7
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ on:
- cron: "0 5 * * *" - cron: "0 5 * * *"
jobs: jobs:
housekeeping: Prune:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: "Housekeeping" name: "Pruning"
steps: steps:
- name: Checkout branch - name: Checkout branch
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -21,7 +21,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
- name: Containers - Fetch new application versions - name: Prune App Versions
run: | run: |
for train in stable incubator for train in stable incubator
do do
@ -47,7 +47,7 @@ jobs:
done done
done done
- name: Commit and Push Housekeeping - name: Commit and Push Pruned catalog
run: | run: |
git config user.name "TrueCharts-Bot" git config user.name "TrueCharts-Bot"
git config user.email "bot@truecharts.org" git config user.email "bot@truecharts.org"