RAD-Manual approval

This commit is contained in:
Matt Petersen 2024-07-15 09:23:14 -06:00
parent 366066d505
commit 50e5c5e02b
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
IMAGE_REPO=ghcr.io/radicldefense/manual-approval
IMAGE_REPO=ghcr.io/radicldefense/rad-manual-approval
.PHONY: build
build:

View file

@ -1,4 +1,4 @@
name: Manual Workflow Approval
name: RADICL Manual Workflow Approval
description: Pause a workflow and get user approval to continue
branding:
icon: pause
@ -36,4 +36,4 @@ inputs:
default: ''
runs:
using: docker
image: docker://ghcr.io/radicldefense/manual-approval:1.10
image: docker://ghcr.io/radicldefense/rad-manual-approval:1.10

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/radicldefense/manual-approval
module github.com/radicldefense/rad-manual-approval
go 1.17