Skip to content

Commit d6ed164

Browse files
committed
Add checkout step to GitHub Actions workflow
1 parent 2f1a707 commit d6ed164

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/issues-labels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v5
21+
1922
- name: Setup easyscience[bot]
2023
id: bot
2124
uses: ./.github/actions/setup-easyscience-bot

0 commit comments

Comments
 (0)