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