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
{{ message }}
This repository was archived by the owner on Feb 21, 2025. It is now read-only.
# Protect against script injection attacks via input variables (i.e., the content of the variables could be executed at the time of evaluation/expansion within a script)
47
54
# Scripts must consume the environment variable settings instead
@@ -53,7 +53,7 @@ Please note that for updating the `v1.1` tag (or any other tag you want to push
53
53
54
54
In order to pick up the changes for Staging, make sure that the backport trigger YAML in your target repo (usually found at https://github.com/xamarin/$REPO_NAME/blob/main/.github/workflows/backport-trigger.yml) points to your desired tag.
55
55
56
-
For example, https://github.com/xamarin/.github/blob/main/.github/workflows/backport-trigger.yml#L13, the uses line should be updated as follows:
56
+
For example, https://github.com/xamarin/.github/blob/main/.github/workflows/backport-trigger.yml#L13, the `uses` line should be updated as follows:
57
57
```yaml
58
58
- uses: xamarin/backport-bot-action@$TAG_NAME
59
59
```
@@ -64,3 +64,9 @@ You can list tags by executing the following command
64
64
```
65
65
git tag
66
66
```
67
+
68
+
To view the contents of a tag execute the following command:
0 commit comments