This commit is contained in:
@@ -3,13 +3,13 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: arch-linux
|
||||
runs-on: "actions-act-runner:host"
|
||||
steps:
|
||||
- name: 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:
|
||||
username: anastasia
|
||||
username: Anastasia
|
||||
|
||||
- name: Print Output
|
||||
run: echo 'output time is ${{ steps.use-go-action.outputs.time }}'
|
||||
@@ -19,6 +19,7 @@ jobs:
|
||||
|
||||
- run: "touch file.txt"
|
||||
working-directory: ./content
|
||||
|
||||
- run: "echo 'hello' > file.txt"
|
||||
working-directory: ./content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user