We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d40d324 commit 6998a50Copy full SHA for 6998a50
.github/workflows/examples_matrix.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
git clone https://github.com/${{ github.repository }}
56
cd ${{ github.event.repository.name }}
57
+ git checkout ${{ github.ref }}
58
59
- name: Mark the workspace as safe
60
working-directory: ${{ github.event.repository.name }} # until we can use action/checkout@v4
0 commit comments