name: Gitea Actions Test - Make run-name: make on: [push] jobs: Explore-Gitea-Actions: runs-on: trintignant steps: - run: pwd - name: Check out repository code uses: actions/checkout@v3 - run: echo ${{vars.TEST_VAR}} - run: cd ${{ gitea.workspace }}; ls -l - run: cd ${{ gitea.workspace }}; make - run: cd ${{ gitea.workspace }}; make install