Обновить .github/workflows/docker_test.yaml

This commit is contained in:
2025-05-13 06:50:52 +00:00
parent 54352bee76
commit 219a57776d

View File

@@ -15,10 +15,6 @@ jobs:
runs-on: gpu runs-on: gpu
env: env:
effective_tag: ${{ inputs.tag || github.head_ref || github.ref_name }} effective_tag: ${{ inputs.tag || github.head_ref || github.ref_name }}
GITEA_URL: ${{ secrets.GITEAURL }}
PRBOT_USERNAME: ${{ secrets.ACCOUNT_NAME }}
PRBOT_TOKEN: ${{ secrets.GITHUBTOKEN }}
GITHUB_REPOSITORY: ${{ secrets.REPOSITORY }}
PR_NUMBER: ${{ github.event.pull_request.number }} PR_NUMBER: ${{ github.event.pull_request.number }}
steps: steps:
- name: Checkout - name: Checkout