Skip to content

Commit

Permalink
build: try different var style in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Dec 20, 2024
1 parent 09d331d commit c0f3178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Display Rekor Transparency Log URL
run: |
echo "Rekor Transparency Log Entry: https://rekor.sigstore.dev/api/v1/log/entries/${REKOR_ENTRY_INDEX}"
echo "Rekor Transparency Log Entry: https://rekor.sigstore.dev/api/v1/log/entries/${{ env.REKOR_ENTRY_INDEX }}"
- name: Create Rekor Annotation
run: |
echo "::notice file=n98-magerun2.phar::Rekor Transparency Log Entry: https://rekor.sigstore.dev/api/v1/log/entries/${REKOR_ENTRY_INDEX}"
echo "::notice file=n98-magerun2.phar::Rekor Transparency Log Entry: https://rekor.sigstore.dev/api/v1/log/entries/${{ env.REKOR_ENTRY_INDEX }}"
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
Expand Down

0 comments on commit c0f3178

Please sign in to comment.