From caf956c815601a679f0e7518663fca5dabd30f4d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Thu, 12 Jun 2025 22:12:22 +0200 Subject: [PATCH] fix: install ruyaml when removing expired actions similar to #170 --- .github/workflows/remove_expired.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/remove_expired.yml b/.github/workflows/remove_expired.yml index c5d9ec21..490300b4 100644 --- a/.github/workflows/remove_expired.yml +++ b/.github/workflows/remove_expired.yml @@ -22,6 +22,8 @@ jobs: # Use PAT so the commit triggers other actions token: ${{ secrets.ALLOWLIST_WORKFLOW_TOKEN || github.token }} + - run: pip install ruyaml + - name: Clean actions.yml shell: python run: |