Skip to content

Commit c438420

Browse files
new workflow
1 parent 1f20093 commit c438420

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: automation.cloudbees.io/v1alpha1
2+
kind: workflow
3+
name: My workflow
4+
on:
5+
workflow_dispatch:
6+
jobs:
7+
build:
8+
steps:
9+
- uses: cloudbees-io/register-build-artifact@v1
10+
with:
11+
name: artifact1
12+
version: 0.0.41
13+
url: 020229604682.dkr.ecr.us-east-1.amazonaws.com/actions/assets-findsecbugs-scanner:0.0.41

0 commit comments

Comments
 (0)