Skip to content

Commit 003f686

Browse files
committed
Update action info
1 parent becc7dc commit 003f686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'ActionServerless'
2-
description: Use GitHub Actions to serve a serverless service
2+
description: Use GitHub Actions to create a serverless service
33
inputs:
44
filepath: # id of input
55
description: 'A file path where to read source code'
@@ -11,5 +11,5 @@ runs:
1111
run: python3 ${{ github.action_path }}/run_funcs.py ${{ inputs.filepath }}
1212
shell: bash
1313
branding:
14-
icon: 'cloud'
14+
icon: 'cloud-lightning'
1515
color: 'purple'

0 commit comments

Comments
 (0)