From 88198969b926391caebb449aa576ca3fa4788a25 Mon Sep 17 00:00:00 2001 From: "Jens A. Koch" Date: Mon, 9 Dec 2024 18:26:16 +0100 Subject: [PATCH] Update clean-workflows.yml --- .github/workflows/clean-workflows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clean-workflows.yml b/.github/workflows/clean-workflows.yml index 3bb25a7..733b677 100644 --- a/.github/workflows/clean-workflows.yml +++ b/.github/workflows/clean-workflows.yml @@ -1,5 +1,5 @@ # -# .github/workflows/cleanup-workflows.yml +# .github/workflows/clean-workflows.yml # # Copyright 2021 Ching Chow, Jens A. Koch. # SPDX-License-Identifier: BSL-1.0 @@ -96,7 +96,7 @@ jobs: } } - # https://api.github.com/repos/jakoch/cpp-devbox/actions/workflows/cleanup-workflows.yml/runs + # https://api.github.com/repos/jakoch/cpp-devbox/actions/workflows/clean-workflows.yml/runs - name: ✂ Remove runs of the cleanup workflow itself uses: actions/github-script@v7 # https://github.com/actions/github-script with: @@ -110,7 +110,7 @@ jobs: page: page, per_page: 100, repo: context.repo.repo, - workflow_id: 'cleanup-workflows.yml' + workflow_id: 'clean-workflows.yml' }); if (response.data.workflow_runs.length > 0) { for (const run of response.data.workflow_runs) {