Skip to content

Commit 3c05b66

Browse files
authored
Fix typo in GitHub Discussion link
1 parent cf783f6 commit 3c05b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ echo "KEY=value" >> "$GITHUB_OUTPUT"
564564

565565
> [!WARNING]
566566
> A masked value can NOT be passed from one Job to another Job in GitHub Actions
567-
> - [GitHub Discusson](https://github.com/orgs/community/discussions/13082) on this topic
567+
> - [GitHub Discussion](https://github.com/orgs/community/discussions/13082) on this topic
568568
> - The [official docs](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#example-masking-and-passing-a-secret-between-jobs-or-workflows) want you to use a secret store, such as Azure KeyVault, to solve this problem. In effect, Job 1 uploads the value to the secret store, and then Job 2 downloads the value from the secret store.
569569

570570
### Multi-Line Values

0 commit comments

Comments
 (0)