From a46ef88ca7875e65f83d5455f1d670339eaddf6d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 31 Aug 2021 11:12:47 +0200 Subject: [PATCH] remove housekeeping references --- .github/workflows/prune.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prune.yaml b/.github/workflows/prune.yaml index 328be7e0128..3c846614538 100644 --- a/.github/workflows/prune.yaml +++ b/.github/workflows/prune.yaml @@ -11,9 +11,9 @@ on: - cron: "0 5 * * *" jobs: - housekeeping: + Prune: runs-on: ubuntu-latest - name: "Housekeeping" + name: "Pruning" steps: - name: Checkout branch uses: actions/checkout@v2 @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 token: ${{ secrets.BOT_TOKEN }} - - name: Containers - Fetch new application versions + - name: Prune App Versions run: | for train in stable incubator do @@ -47,7 +47,7 @@ jobs: done done - - name: Commit and Push Housekeeping + - name: Commit and Push Pruned catalog run: | git config user.name "TrueCharts-Bot" git config user.email "bot@truecharts.org"