This commit is contained in:
2023-11-18 19:28:51 +01:00
parent ef08a42384
commit ea321578e1

View File

@@ -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: