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 Jun 22, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Auto tags depend on the git reference that the run is associated with. The refer
88
88
89
89
If the reference is `refs/heads/{branch-name}` then the tag `{branch-name}` is added. For the master branch the `{branch-name}` is replaced with `latest`.
90
90
91
-
If the reference is `refs/pull-requests/{pr}` then the tag `pr-{pr}` is added.
91
+
If the reference is `refs/pull/{pr}` then the tag `pr-{pr}` is added.
92
92
93
93
If the reference is `refs/tags/{tag-name}` then the tag `{tag-name}` is added.
0 commit comments