You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/github/github-variable-substitution.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.custom: github-actions-azure
11
11
12
12
# Use variable substitution with GitHub Actions
13
13
14
-
Learn how to use [variable substitution action](https://github.com/marketplace/actions/variable-substitution-w-splitchar) to replace values in XML, JSON and YAML based configuration and parameter files.
14
+
Learn how to use [variable substitution action](https://github.com/microsoft/variable-substitution) to replace values in XML, JSON and YAML based configuration and parameter files.
15
15
16
16
Variable substitution lets you insert values, including [GitHub secrets](https://docs.github.com/en/actions/reference/encrypted-secrets), into files in your repository during the workflow run. For example, you could insert an API login and password into a JSON file during the workflow run.
0 commit comments