Skip to content
Closed
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/envoy/ci/env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
steps:

# Check current/requested config (currently only build-images can be overridden)
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
id: config
with:
title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
Expand All @@ -70,7 +70,7 @@ runs:
result-filter: .

- id: build-images
uses: envoyproxy/toolshed/gh-actions/[email protected].30
uses: envoyproxy/toolshed/gh-actions/[email protected].31
with:
input-format: yaml-path
input: ${{ inputs.config-file }}
Expand All @@ -86,7 +86,7 @@ runs:
| {$requested}

# Check request version
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
name: Validate given version string
id: version
with:
Expand All @@ -105,7 +105,7 @@ runs:
| {requested: .}

- id: request
uses: envoyproxy/toolshed/gh-actions/[email protected].30
uses: envoyproxy/toolshed/gh-actions/[email protected].31
with:
input: |
actor: ${{ toJSON(github.actor) }}
Expand Down Expand Up @@ -138,12 +138,12 @@ runs:

- name: Run config
id: run-config
uses: envoyproxy/toolshed/gh-actions/[email protected].30
uses: envoyproxy/toolshed/gh-actions/[email protected].31
with:
input-format: yaml
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}

- uses: envoyproxy/toolshed/gh-actions/[email protected].30
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
name: Create data
id: data
with:
Expand Down