Skip to content

Commit

Permalink
Print variable values
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Oct 7, 2024
1 parent ad7dc09 commit 03f6e4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-image-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Print variables
run: |
echo "github.head_ref = '${{ github.head_ref }}'"
echo "github.base_ref = '${{ github.base_ref }}'"
echo "github.ref = '${{ github.ref }}'"
- name: Check image metadata
run: |
nix develop --command nu check-image-metadata.nu --git-diff '{"source": "${{ github.head_ref }}", "target": "${{ github.base_ref }}"}'

0 comments on commit 03f6e4c

Please sign in to comment.