Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasanka-sack committed Oct 27, 2023
1 parent bb2f2b8 commit af0d74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test_support_files/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The reason for the step:

```yaml
- name: Checkout to the release commit
run: git checkout $(git log --grep="^(release)" --format="%H" | head -1)
run: git checkout 'HEAD^{/\(release\)}'
```
is to ensure that the workflow checks out to the specific release commit associated with the pull request. This is
Expand Down

0 comments on commit af0d74c

Please sign in to comment.