Skip to content

Commit

Permalink
Try head_ref again
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 7, 2024
1 parent 7c03aff commit 8fae5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-image-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
echo "github.ref = '${{ github.ref }}'"
- name: Check image metadata
run: |
nix develop --command nu check-image-metadata.nu --git-diff '{"source": "origin/${{ github.ref }}", "target": "origin/${{ github.base_ref }}"}'
nix develop --command nu check-image-metadata.nu --git-diff '{"source": "origin/${{ github.head_ref }}", "target": "origin/${{ github.base_ref }}"}'

0 comments on commit 8fae5c4

Please sign in to comment.