We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e6279 commit bdd5f94Copy full SHA for bdd5f94
README.md
@@ -26,6 +26,7 @@ Please refer to the [release page](https://github.com/actions/checkout/releases/
26
27
# The branch, tag or SHA to checkout. When checking out the repository that
28
# triggered a workflow, this defaults to the reference or SHA for that event.
29
+ # For tags, it can be forced to ${{ github.ref }} (useful if using git-describe)
30
# Otherwise, uses the default branch.
31
ref: ''
32
0 commit comments