mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-02-04 02:46:51 +00:00
Fix release workflow checkout action configuration (#123)
This commit is contained in:
parent
3fc5740ee9
commit
51d4e438f0
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -35,8 +35,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
python-version: '3.11'
|
|
||||||
token: ${{ secrets.CHECKOUT_PAT }}
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user