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