name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: amd-docker: runs-on: docker steps: - name: Cache Nix store uses: actions/cache@v3.0.8 id: nix-cache with: path: /tmp/cache-me key: "test-cache" - run: echo "FOO" > /tmp/cache-me