chore: use Dockerfile
Some checks failed
Sample Testing / my_job (push) Failing after 2m29s

This commit is contained in:
Marcel S. Henselin 2026-04-16 11:16:16 +02:00
parent 0de0522a0c
commit ae5c8efaa0

View file

@ -4,6 +4,7 @@ import (
"bytes"
"fmt"
"net/http"
"os"
"text/template"
"github.com/sethvargo/go-githubactions"
@ -116,6 +117,7 @@ func main() {
fmt.Println("response Status:", resp.Status)
if resp.StatusCode != http.StatusOK {
fmt.Printf("response: %+v\n", resp)
os.Exit(1)
}
}