Skip to content

Commit

Permalink
display correct ref_name in run_tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjleo committed Dec 9, 2024
1 parent 3281980 commit 6322ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Check out main
- name: Check out ${{ github.ref_name }}
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6322ac9

Please sign in to comment.