Skip to content

Commit b7790d0

Browse files
authored
Create action.yaml
1 parent 03ce399 commit b7790d0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

action.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Update publiccode.yaml'
2+
author: 'Conduction b.v.'
3+
description: 'Updates the publiccode.yaml file with repository metadata'
4+
inputs:
5+
# Define any inputs your action needs here
6+
outputs:
7+
# Define any outputs your action produces here
8+
runs:
9+
using: 'docker'
10+
image: 'Dockerfile'

0 commit comments

Comments
 (0)