debug echo statement
Some checks failed
build-docker-imge / Build the docker container (push) Failing after 7s

This commit is contained in:
Konstantin Hintermayer 2024-07-05 19:44:21 +02:00
parent 5ff2553007
commit 4e44a886b7

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "Print env" - name: "Print env"
run: echo ::debug::WORKSPACE ${{ GITEA_ACTOR }} REPO ${{ vars.GITEA_TOKEN }} REF ${{ vars.GITEA_REF }} run: echo ::debug::WORKSPACE
- name: "Git clone" - name: "Git clone"
run: git clone ${{ GITEA_REPOSITORY }} run: git clone ${{ GITEA_REPOSITORY }}
- name: "Git switch" - name: "Git switch"