diff --git a/.gitea/workflows/call-username.yml b/.gitea/workflows/call-username.yml index 1177310..19c2710 100644 --- a/.gitea/workflows/call-username.yml +++ b/.gitea/workflows/call-username.yml @@ -1,6 +1,7 @@ -name: 'Test Go Action' +name: Test Go Action -on: [push] +'on': + - push jobs: use-go-action: @@ -12,4 +13,5 @@ jobs: go-version: '1.20' - name: Print Output - run: go version \ No newline at end of file + run: go version + run: echo "Success!"