Skip to content

Commit

Permalink
chore: even more
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhirn committed Sep 26, 2024
1 parent b53d76b commit 30996ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ jobs:
steps:
- name: Check
run: echo check

- name: Alpine
id: alpine
uses: docker://alpine:latest
run: echo alpine

- name: Foo
run: echo '${{ toJson(steps.alpine) }}'
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Foo
if: ${{ steps.release.outputs.release_created }}
run: echo ${{ toJson(steps.attestation) }}
run: echo '${{ toJson(steps.attestation) }}'

- name: Upload Release Artifact
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 30996ec

Please sign in to comment.