Skip to content

Commit db9cf69

Browse files
committed
fix: remove secrets expression from action.yml input description (invalid in action metadata)
1 parent 55de89d commit db9cf69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ inputs:
1515
required: true
1616
api_key:
1717
description: >-
18-
Optional ipdata.info API key (recommended: pass via secrets, e.g.
19-
${{ secrets.IPDATA_API_KEY }}). Omit for free-tier anonymous lookups.
18+
Optional ipdata.info API key. Recommended to pass it from a repository
19+
secret via the workflow. Omit for free-tier anonymous lookups.
2020
required: false
2121
default: ''
2222
host:

0 commit comments

Comments
 (0)