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 f5e30ba commit fb3305aCopy full SHA for fb3305a
action.yml
@@ -1,4 +1,4 @@
1
-name: 'Execute Whitelist'
+name: 'Action Execute Whitelist'
2
description: 'Secure workflow executions with a whitelist'
3
inputs:
4
whitelisted-github-ids:
@@ -12,4 +12,4 @@ branding:
12
icon: "lock"
13
runs:
14
using: 'node20'
15
- main: 'dist/index.js'
+ main: 'dist/index.js'
0 commit comments