From b0cdebc6639f30f3af3b6fdfd4ebacd8b01a6afe Mon Sep 17 00:00:00 2001 From: rulrich Date: Sat, 9 Mar 2024 20:25:33 +0100 Subject: [PATCH] .gitea/workflows/dry-run.yml aktualisiert --- .gitea/workflows/dry-run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dry-run.yml b/.gitea/workflows/dry-run.yml index fff9451..dfc3d34 100644 --- a/.gitea/workflows/dry-run.yml +++ b/.gitea/workflows/dry-run.yml @@ -13,8 +13,8 @@ jobs: - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "${{ secrets.ANSIBLE_CI_USER }}" - - name copy var to file - run: echo ${{ secrets.ANSIBLE_CI_USER }} > /tmp/.pw + - name: copy var to file + run: echo "${{ secrets.ANSIBLE_CI_USER }}" > /tmp/.pw - name: print file run: cat /tmp/.pw - name: Dry Run