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
8 changes: 4 additions & 4 deletions gh-actions/github/env/load/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
using: composite
steps:
# For dispatch events we have to find the request via the Request workflow
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.31
name: Find request
id: find-request
if: ${{ inputs.head-sha }}
Expand All @@ -47,15 +47,15 @@ runs:
| ("${{ inputs.template-script-current }}" | bash::output)
- name: Download environment data
id: download
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.3.30
uses: envoyproxy/toolshed/gh-actions/github/artifact/download@actions-v0.3.31
with:
name: ${{ inputs.name }}
path: ${{ runner.temp }}
run-id: ${{ steps.find-request.outputs.output || inputs.run-id }}

- name: Validate environment source
if: ${{ github.event_name == 'workflow_run' }}
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
with:
input: |
workflow_event: ${{ toJSON(github.event.workflow_run.event) }}
Expand All @@ -79,7 +79,7 @@ runs:
else
"✓ Environment source validation passed"
end
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
name: Load env data
id: data
with:
Expand Down