diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c8f72bb..76a39e5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,12 +1,12 @@ -name: CI Demo +name: Cmd Test on: [push] jobs: test: - runs-on: act_runner1 + runs-on: ubuntu-latest steps: - name: Run arbitrary command - - run: | - echo "Hello from Gitea Actions!" + run: | + echo "Hello from Gitea Actions" date uname -a \ No newline at end of file