diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fa8915f..8b44c8b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,6 +9,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: + - run: echo ${{ gitea.sha }} + - name: Checkout code uses: actions/checkout@v2