Compare commits
2 Commits
817d90bbd7
...
60c78202b2
Author | SHA1 | Date | |
---|---|---|---|
60c78202b2 | |||
e38ed31cf7 |
@ -7,10 +7,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go
|
||||
uses: https://github.com/actions/setup-go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
run: go version
|
||||
|
||||
- name: Print Output
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
Loading…
x
Reference in New Issue
Block a user