diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ca64c5a..e189a8d 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Check out repository code + uses: actions/checkout@v4 + - name: Install Rust run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal @@ -89,4 +92,4 @@ jobs: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_SERVER_URL: http://192.168.120.110:4000 GITEA_REPOSITORY: damai/readflow - GITEA_REF_NAME: ${{ github.ref_name }} + GITEA_REF_NAME: ${{ gitea.ref_name }}