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
6 changes: 3 additions & 3 deletions actions/trigger-argo-workflow/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ runs:
ref: ${{ env.action_ref }}
path: _shared-workflows-trigger-argo-workflow

- name: Setup argo
uses: ./_shared-workflows-trigger-argo-workflow/actions/setup-argo

- name: Setup go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
Expand All @@ -64,6 +61,9 @@ runs:
actions/trigger-argo-workflow/go.sum
go-version-file: "_shared-workflows-trigger-argo-workflow/actions/trigger-argo-workflow/go.mod"

- name: Setup argo
uses: ./_shared-workflows-trigger-argo-workflow/actions/setup-argo

- name: Map cluster and vault instance from Argo WF instance
id: argo-instance
shell: sh
Expand Down