diff --git a/packages/core/README.md b/packages/core/README.md index 923be5a5..f9cc0c35 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -20,7 +20,7 @@ core.setOutput('outputKey', 'outputVal'); #### Exporting variables/secrets -You can also export variables and secrets for future steps. Variables get set in the environment automatically, while secrets must be scoped into the environment from a workflow using `{{ secret.FOO }}`. Secrets will also be masked from the logs: +You can also export variables and secrets for future steps. Variables get set in the environment automatically, while secrets must be scoped into the environment from a workflow using `${{ secrets.FOO }}`. Secrets will also be masked from the logs: ``` const core = require('@actions/core');