We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b86fffa commit 422130eCopy full SHA for 422130e
1 file changed
.github/workflows/pr-docker.yaml
@@ -16,6 +16,9 @@ jobs:
16
steps:
17
- name: Checkout Code
18
uses: actions/checkout@v4
19
+ with:
20
+ ref: ${{ github.head_ref }}
21
+ fetch-depth: 0
22
23
- name: Setup Qemu
24
uses: docker/setup-qemu-action@v3
0 commit comments