Skip to content

Commit

Permalink
ref_name
Browse files Browse the repository at this point in the history
  • Loading branch information
v-chen_data committed Oct 20, 2024
1 parent 55dad04 commit cf3f434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.ref_name }}
ref: ${{ github.head_ref || github.ref_name }}

- name: Setup QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit cf3f434

Please sign in to comment.