Обновить .github/workflows/docker_test.yaml
This commit is contained in:
4
.github/workflows/docker_test.yaml
vendored
4
.github/workflows/docker_test.yaml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user