This commit is contained in:
@@ -3,13 +3,13 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
use-go-action:
|
use-go-action:
|
||||||
runs-on: arch-linux
|
runs-on: "actions-act-runner:host"
|
||||||
steps:
|
steps:
|
||||||
- name: Use Go Action
|
- name: Use Go Action
|
||||||
id: use-go-action
|
id: use-go-action
|
||||||
uses: https://git.danicos.dev/actions/simple-go-action@main
|
uses: https://danicos.dev/actions/simple-go-action@main
|
||||||
with:
|
with:
|
||||||
username: anastasia
|
username: Anastasia
|
||||||
|
|
||||||
- name: Print Output
|
- 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 }}'
|
||||||
@@ -19,6 +19,7 @@ jobs:
|
|||||||
|
|
||||||
- run: "touch file.txt"
|
- run: "touch file.txt"
|
||||||
working-directory: ./content
|
working-directory: ./content
|
||||||
|
|
||||||
- run: "echo 'hello' > file.txt"
|
- run: "echo 'hello' > file.txt"
|
||||||
working-directory: ./content
|
working-directory: ./content
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user