Update call-username.yml
This commit is contained in:
parent
1bb8b9965b
commit
d0c9f6497b
@ -1,6 +1,7 @@
|
|||||||
name: 'Test Go Action'
|
name: Test Go Action
|
||||||
|
|
||||||
on: [push]
|
'on':
|
||||||
|
- push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
use-go-action:
|
use-go-action:
|
||||||
@ -12,4 +13,5 @@ jobs:
|
|||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
run: go version
|
run: go version
|
||||||
|
run: echo "Success!"
|
||||||
|
Loading…
Reference in New Issue
Block a user