Fix unused os

This commit is contained in:
Daniel Cosme
2026-02-13 14:33:53 -05:00
parent 8d02620a0b
commit 230fd8dd64

View File

@@ -2,7 +2,6 @@ package main
import ( import (
"fmt" "fmt"
"os"
"time" "time"
ga "github.com/sethvargo/go-githubactions" ga "github.com/sethvargo/go-githubactions"