diff --git a/.gitea/workflows/dry-run.yml b/.gitea/workflows/dry-run.yml index 52b6ad2..f99473f 100644 --- a/.gitea/workflows/dry-run.yml +++ b/.gitea/workflows/dry-run.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - 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 "${{ gitea.ansible_ci_user }}"" + - run: echo "${{ gitea.ansible_ci_user }}" - name: Dry Run run: | cd ${{ gitea.workspace }}