Update workflow
This commit is contained in:
@@ -6,4 +6,10 @@ jobs:
|
||||
runs-on: arch-linux
|
||||
steps:
|
||||
- name: Use Go Action
|
||||
id: use-go-action
|
||||
uses: https://git.danicos.dev/actions/simple-go-action@main
|
||||
with:
|
||||
username: anastasia
|
||||
|
||||
- name: Print Output
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
||||
|
||||
Reference in New Issue
Block a user