This commit is contained in:
@@ -5,11 +5,12 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: "homesrv01"
|
runs-on: "homesrv01"
|
||||||
- uses: actions/checkout@v4
|
steps:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/checkout@v4
|
||||||
with:
|
- uses: actions/setup-python@v5
|
||||||
python-version: '3.10'
|
with:
|
||||||
- run: python my_script.py
|
python-version: '3.10'
|
||||||
|
- run: python my_script.py
|
||||||
# with:
|
# with:
|
||||||
# python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
# python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
|
||||||
#architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
#architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
|
||||||
|
|||||||
Reference in New Issue
Block a user