Skip to content

Commit 9e097cc

Browse files
committed
Fix action.yml template expression error
- Removed template expression example from changeset_variables input description - Template expressions are not allowed in input descriptions (only in output values) - Refer users to README for usage examples
1 parent e8baed4 commit 9e097cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inputs:
3636
required: false
3737
default: 'false'
3838
changeset_variables:
39-
description: 'Changeset variables in KEY=VALUE format (one per line). Allows injecting secrets from GitHub Secrets without storing in version control. Example: DB_PASSWORD=${{ secrets.DB_PASSWORD }}'
39+
description: 'Changeset variables in KEY=VALUE format (one per line). Allows injecting secrets from GitHub Secrets without storing in version control. See README for examples.'
4040
required: false
4141

4242
outputs:

0 commit comments

Comments
 (0)