Add checkout step to chores workflow
Some checks failed
/ chores (push) Failing after 27s

Adds a repository checkout step in the chores CI workflow to ensure code
is available for subsequent chore automation tasks. This update enables
the proper execution of the automated script for generating chores
issues.
This commit is contained in:
Kumi 2024-02-18 11:53:10 +01:00
parent f8a4ae8786
commit e39eca5352
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -5,5 +5,7 @@ on: [push]
jobs:
chores:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Create Chores Issue
run: python3 scripts/chores.py