diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index ff8cb63..27b6608 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -9,8 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: | - echo "${{ secrets.PASS }}" + - run: echo "${{ secrets.PASS }}" - run: | cd ${{ gitea.workspace }} - run: |