Skip to content

Commit 0354fd5

Browse files
authored
fix: install ruyaml when removing expired actions (#183)
similar to #170
1 parent 5c7e7ea commit 0354fd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/remove_expired.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
# Use PAT so the commit triggers other actions
2323
token: ${{ secrets.ALLOWLIST_WORKFLOW_TOKEN || github.token }}
2424

25+
- run: pip install ruyaml
26+
2527
- name: Clean actions.yml
2628
shell: python
2729
run: |

0 commit comments

Comments
 (0)