Skip to content

Commit

Permalink
checkout to specified ref
Browse files Browse the repository at this point in the history
  • Loading branch information
TideDra committed Dec 21, 2024
1 parent 009f9fa commit 8cf31a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ vars.REPOSITORY }}
ref: ${{ vars.REF }}

- name: Setup uv
uses: astral-sh/setup-uv@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ vars.REPOSITORY }}
ref: ${{ vars.REF }}

- name: Setup uv
uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit 8cf31a7

Please sign in to comment.