Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos in install-tackle action #112

Merged
merged 1 commit into from
Sep 14, 2022
Merged
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
10 changes: 5 additions & 5 deletions .github/actions/install-tackle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ runs:
- name: Install tackle
run: |
export TACKLE_OPERATOR_INDEX_IMAGE="${{ inputs.tackle-operator-index-image }}"
export TACKLE_HUB_IMAGE="${{ inputs.tackle_hub_image }}"
export TACKLE_PATHFINDER_IMAGE="${{ inputs.tackle_pathfinder_image }}"
export TACKLE_UI_IMAGE="${{ inputs.tackle_ui_image }}"
export TACKLE_ADDON_ADMIN_IMAGE="${{ inputs.tackle_addon_admin_image }}"
export TACKLE_ADDON_WINDUP_IMAGE="${{ inputs.tackle_addon_windup_image }}"
export TACKLE_HUB_IMAGE="${{ inputs.tackle-hub-image }}"
export TACKLE_PATHFINDER_IMAGE="${{ inputs.tackle-pathfinder-image }}"
export TACKLE_UI_IMAGE="${{ inputs.tackle-ui-image }}"
export TACKLE_ADDON_ADMIN_IMAGE="${{ inputs.tackle-addon-admin-image }}"
export TACKLE_ADDON_WINDUP_IMAGE="${{ inputs.tackle-addon-windup-image }}"
make install-tackle
working-directory: ${{ github.action_path }}/../../..
shell: bash