We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6703a64 commit 8d86d88Copy full SHA for 8d86d88
.github/workflows/deployment.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: The release should not have any existing assets
23
- run: echo "${{ fromJson(github.event.release.assets) }}"
+ run: echo "${{ toJson(github.event.release.assets) }}"
24
25
testing:
26
name: Run ${{ matrix.category }} testing
0 commit comments