Skip to content

Commit

Permalink
Remove origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 7, 2024
1 parent 3589b52 commit cce46d0
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 @@ -28,4 +28,4 @@ jobs:
echo "github.ref = '${{ github.ref }}'"
- name: Check image metadata
run: |
nix develop --command nu check-image-metadata.nu --git-diff '{"source": "HEAD", "target": "origin/${{ github.base_ref }}"}'
nix develop --command nu check-image-metadata.nu --git-diff '{"source": "HEAD", "target": "${{ github.base_ref }}"}'

0 comments on commit cce46d0

Please sign in to comment.