Skip to content

Commit

Permalink
Check out repository
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen authored Oct 19, 2024
1 parent d7132a1 commit 4e1bed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/top_ranked_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Check out the repository
uses: actions/checkout@v3 # This ensures the repository code is available

- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 4e1bed9

Please sign in to comment.