test
This commit is contained in:
@@ -19,12 +19,8 @@ jobs:
|
|||||||
run: echo ${{ var.REGISTRY_DOCKER }} ${{ vars.REGISTRY_DOCKER }}
|
run: echo ${{ var.REGISTRY_DOCKER }} ${{ vars.REGISTRY_DOCKER }}
|
||||||
- name: Print Gitea runner tag
|
- name: Print Gitea runner tag
|
||||||
run: echo {{ env.GITEA_RUNNER_TAG }}
|
run: echo {{ env.GITEA_RUNNER_TAG }}
|
||||||
- name: Get all Gitea runner variables
|
|
||||||
uses: actions/get-variables-action@v1
|
# CLONE
|
||||||
with:
|
|
||||||
env: true
|
|
||||||
- name: Print all Gitea runner variables
|
|
||||||
run: echo {{ toJson(steps.get-variables-action.outputs.allVariables) }}
|
|
||||||
- name: Checkout private tools
|
- name: Checkout private tools
|
||||||
uses: https://github.com/actions/checkout@v3
|
uses: https://github.com/actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user