diff --git a/.gitea/workflows/hellogo.yaml b/.gitea/workflows/hellogo.yaml index ec022df..b29cb3f 100644 --- a/.gitea/workflows/hellogo.yaml +++ b/.gitea/workflows/hellogo.yaml @@ -19,7 +19,7 @@ jobs: - run: echo "🍏 This job's status is ${{ job.status }}." GoBuild: runs-on: ubuntu-latest - setps: + steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 - run: go run main.go