We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becc7dc commit 003f686Copy full SHA for 003f686
action.yml
@@ -1,5 +1,5 @@
1
name: 'ActionServerless'
2
-description: Use GitHub Actions to serve a serverless service
+description: Use GitHub Actions to create a serverless service
3
inputs:
4
filepath: # id of input
5
description: 'A file path where to read source code'
@@ -11,5 +11,5 @@ runs:
11
run: python3 ${{ github.action_path }}/run_funcs.py ${{ inputs.filepath }}
12
shell: bash
13
branding:
14
- icon: 'cloud'
+ icon: 'cloud-lightning'
15
color: 'purple'
0 commit comments