Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions gh-actions/github/env/summary/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
id: linked-title
with:
input: |
Expand All @@ -76,7 +76,7 @@ runs:
options: -r
filter: gfm::event_title

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
id: title
with:
input: |
Expand All @@ -92,7 +92,7 @@ runs:
filter: gfm::event_title

# This generates a filter from configuration
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
name: Table filter
id: table-filter
with:
Expand All @@ -103,7 +103,7 @@ runs:
filter: |
with_entries({key: .key, value: .value.filter})
| utils::filters
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
name: Tables
id: tables
with:
Expand All @@ -121,7 +121,7 @@ runs:
| select(.value.data | type != "null"))
| gfm::tables

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
id: output
with:
input: ${{ toJSON(inputs) }}
Expand Down Expand Up @@ -160,7 +160,7 @@ runs:
"
| str::indent($inputs.indent // "0" | fromjson)

- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
if: ${{ inputs.output-path }}
with:
input: ${{ steps.output.outputs.value }}
Expand Down