Skip to content

Commit

Permalink
Try fetching entire history?
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 7, 2024
1 parent 8fae5c4 commit a939394
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-image-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Print variables
Expand All @@ -26,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": "origin/${{ github.head_ref }}", "target": "origin/${{ github.base_ref }}"}'
nix develop --command nu check-image-metadata.nu --git-diff '{"source": "${{ github.ref }}", "target": "${{ github.base_ref }}"}'

0 comments on commit a939394

Please sign in to comment.