Skip to content

Commit

Permalink
pass env to script
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Mar 30, 2024
1 parent 4e328b5 commit 26f6fb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ runs:
- name: Setup Build Environment
run: ${GITHUB_ACTION_PATH}/setup_runner.sh
shell: bash
env:
INPUT_ARCHS: ${{ inputs.archs }}
INPUT_PLATFORMS: ${{ inputs.platforms }}

- name: Log in to registry
uses: redhat-actions/podman-login@v1
Expand Down

0 comments on commit 26f6fb8

Please sign in to comment.