removed templates
This commit is contained in:
@@ -11,10 +11,13 @@ jobs:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: ./.gitea/workflows/setup-python.yml
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ vars.PYTHON_VERSION }}
|
||||
python-version: ${{ inputs.python-version }}
|
||||
|
||||
- name: Configure git
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user