Update call-username.yml

This commit is contained in:
Xiufeng Guo 2024-07-10 19:54:52 +09:00
parent 1bb8b9965b
commit d0c9f6497b
Signed by: showfom
GPG Key ID: 29A7777777777777

View File

@ -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
run: go version
run: echo "Success!"