diff --git a/.gitea/workflows/check.yml b/.gitea/workflows/check.yml index 070194c..1af5b84 100644 --- a/.gitea/workflows/check.yml +++ b/.gitea/workflows/check.yml @@ -6,4 +6,4 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - run: ssh {{ secrets.NGINX_USER }}@{{ secrets.NGINX_HOST }} "whoami" + - run: ssh ${{ secrets.NGINX_USER }}@${{ secrets.NGINX_HOST }} "whoami"