Skip to content

Commit

Permalink
update inputs for download
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara committed Jun 17, 2024
1 parent fa3644c commit 82d3f26
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/actions/build_ami/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,10 @@ runs:
uses: actions/download-artifact@v4
if: ${{ inputs.operator_release == '' }}
with:
github_token: ${{ inputs.github_token }}
repo: IABTechLab/uid2-operator
name: 'aws-${{ inputs.identity_scope }}-deployment-files-.*'
name_is_regexp: true
github-token: ${{ inputs.github_token }}
repository: IABTechLab/uid2-operator
pattern: 'aws-${{ inputs.identity_scope }}-deployment-files-*'
run-id: ${{ inputs.operator_run_number }}
skip_unpack: true
path: ./download/artifacts

- name: Unzip artifacts
Expand Down

0 comments on commit 82d3f26

Please sign in to comment.