Fix runner tag
All checks were successful
Test Go Action / use-go-action (push) Successful in 1s

This commit is contained in:
Daniel Cosme
2026-03-13 13:10:13 -04:00
parent 57d3e1920a
commit 2517cfb73d

View File

@@ -3,7 +3,7 @@ on: [push]
jobs:
use-go-action:
runs-on: "actions-act-runner:host"
runs-on: "actions-act-runner"
steps:
- name: Use Go Action
id: use-go-action