Update action URL
Some checks failed
Test Go Action / use-go-action (push) Has been cancelled

This commit is contained in:
Daniel Cosme
2026-03-13 13:08:38 -04:00
parent 3753b9b68f
commit 57d3e1920a

View File

@@ -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