superfly / fly-pr-review-apps

Github Action for PR Review Apps on Fly.io
Apache License 2.0
186 stars 116 forks source link

fix(secrets): remove string interpolation from description #37

Closed p-j closed 11 months ago

p-j commented 1 year ago

The current description for the secrets field causes an error when the action is invoked:

Error: superfly/fly-pr-review-apps/main/action.yml (Line: 29, Col: 18): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.FIRST_SECRET
Error: Fail to load superfly/fly-pr-review-apps/main/action.yml

This change in description fixes this.

I'm also documenting that option in the readme.