This commit is contained in:
hoangvv 2025-01-09 16:27:36 +07:00
parent 75ab4e71d1
commit 5648ca1766

View File

@ -6,8 +6,9 @@ jobs:
build:
runs-on: self-hosted
steps:
- name: Check out source code
run: actions/checkout@v4
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-python@v5
with:
python-version: '3.12.7'