Update call-username.yml
All checks were successful
Test Go Action / use-go-action (push) Successful in 13s
All checks were successful
Test Go Action / use-go-action (push) Successful in 13s
This commit is contained in:
parent
60c78202b2
commit
1bb8b9965b
@ -7,9 +7,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
run: go version
|
Loading…
Reference in New Issue
Block a user